开启文本框自动高度后,真机文本框一行只能显示一个字
开启文本框自动高度后,真机文本框一行只能显示一个字,开发者工具正常。
<view class="weui-cell"> <view class="weui-cell__bd"> <textarea class="weui-textarea" bindblur="contentInput" bindinput="contentInput" placeholder="点击输入要发布的内容" value="{{content}}" style="height: 3.3em;width:100%" auto-height="true" maxlength="{{content_max}}" auto-focus="true" fixed="true"/> <view class="weui-textarea-counter">{{content_count}}/{{content_max}}</view> </view> </view> |
