close(e: any) {
e.target.setAttribute('readonly', true);
setTimeout(() => {
e.target.removeAttribute('readonly');
}, 100);
},
close(e: any) {
e.target.setAttribute('readonly', true);
setTimeout(() => {
e.target.removeAttribute('readonly');
}, 100);
},
本文标题:移动端阻止输入框获取焦点时弹出键盘
本文链接:https://www.haomeiwen.com/subject/vcnfoktx.html
网友评论