收藏
回答

小程序开发者工具input组件BUG

框架类型 操作系统 工具版本
小程序 Windows V1.02.1801081

小程序开发者工具BUG


input 组件绑定value值后去使用开发者工具输入失效   真机输入正常。


源码如下

<view class='inputbar {{show?"show":""}}'>

<input type='{{types}}' maxlength="{{max}}" focus="{{focus}}" value='{{typeValue}}'  placeholder='{{reminder}}' confirm-type="完成" bindconfirm="conFirm" bindblur="offShow"  bindinput="{{incident}}"></input>

</view>


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

1 个回答

登录 后发表内容