收藏
回答

textarea组件用了 :fixed="true"后,会导致tap事件click事件都无效0?

<textarea @tap="inputTap" class="editor_class" :value="inputValue" :maxlength="1000000" :adjust-position="false" class="editor_class" :show-confirm-bar="false" auto-height :cursor="inputValue.length" :focus="newBzShow" @input="edInput($event)" @focus="inputFocus($event)" @blur="inputBlur($event)" :fixed="true"></textarea>

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

1 个回答

  • 罗梅光
    罗梅光
    2020-01-09

    Vue写法?

    2020-01-09
    有用
    回复
登录 后发表内容
问题标签