收藏
回答

textarea行末断句问题(IOS中)

textarea放在fixed的view中,使用auto-height时,其中行末的拼音输入会中断。


<view class="footer">

    <textarea auto-height="{{true}}" maxlength="{{-1}}" fixed="{{true}}" class="input-msg">

   </textarea>

</view>

.footer{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 15rpx;
  background-color: #cccccc;
 
  .input-msg{
    border: 1rpx solid black;
    height: 66rpx;
    padding: 15rpx 6rpx;
  }
}

效果如图:



测试机型信息:


回答关注问题邀请回答
收藏

3 个回答

  • 追风少年
    追风少年
    2017-12-22


    @A 大白, 好的谢谢!

    2017-12-22
    有用
    回复
  • A 大白
    A 大白
    2017-12-22

    @开心就好。没办法,改用input了。。。

    2017-12-22
    有用
    回复
  • 追风少年
    追风少年
    2017-12-22

    兄弟, 有解决办法没? 我也遇到同样的问题了.

    2017-12-22
    有用
    回复
登录 后发表内容