如何在页面载入时关闭键盘自动弹起?
已经设置 input 的focus属性为false,为什么启动页面后,键盘仍然会自动弹起?
<input class=“inputSmall5” name=‘txt’ bindinput=‘inputTxt’ type=“number” focus=“false” maxlength=‘5’ ></input>
谢谢
已经设置 input 的focus属性为false,为什么启动页面后,键盘仍然会自动弹起?
<input class=“inputSmall5” name=‘txt’ bindinput=‘inputTxt’ type=“number” focus=“false” maxlength=‘5’ ></input>
谢谢