收藏
回答

textarea真机调试不能输入?

textarea不能正常显示和输入,但是同样的样式下input就没问题

  • textarea

    • 微信开发者工具预览

    • 真机调试


  • view

样式

.comment{
  border:2rpx white solid;
  box-shadow: 0rpx 0rpx 10rpx #888888;
  border-radius: 999rpx;
  position: fixed;
  bottom: 30rpx;
  left: 30rpx;
  overflow: hidden;
}
.text{
  position: relative;
  padding: 20rpx 40rpx 20rpx;
  width: 500rpx;
  z-index: 99;
}

WXML

<view class="comment">
  <input class="text" maxlength="50" auto-height="true" auto-focus="{{autofocus}}" show-confirm-bar="false" placeholder="评论">
</input>


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

1 个回答

登录 后发表内容
问题标签