小程序开发者工具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>
我也遇到了,因为页面比较乱,排查了半天才排查出来,真的是开发者工具的bug啊