提交 9f02e3ce 编写于 作者: D DCloud_LXH

fix: 修复 input设置confirm-type为search时,自动获取焦点问题

上级 1ba20cda
......@@ -148,7 +148,9 @@ export default {
this._field = el
startTime = startTime || Date.now()
if (this.needFocus) {
this._focus()
setTimeout(() => {
this._focus()
})
}
},
_focus () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册