ios input 的属性 focus 为false 不生效
js:
data:{
focus:true },showcover(){ this.setData({ focus:false //安卓可以 ios不能通过设置为false主动失去焦点。!!!!! }) }
wxml: <input type=‘number’ focus=“{{focus}}” bindfocus=‘showcover’ ></input>
我看2018年都有人提出这个问题 , 官方把这个小bug尽早改了吧
js:
data:{
focus:true },showcover(){ this.setData({ focus:false //安卓可以 ios不能通过设置为false主动失去焦点。!!!!! }) }
wxml: <input type=‘number’ focus=“{{focus}}” bindfocus=‘showcover’ ></input>
我看2018年都有人提出这个问题 , 官方把这个小bug尽早改了吧