美文网首页
input text 得到焦点后自动全选

input text 得到焦点后自动全选

作者: 良品山核桃 | 来源:发表于2019-03-20 11:07 被阅读0次

自动全选

<input type="text"  maxlength="20" v-model.trim="title" onfocus="this.select()" onmouseover="this.focus()" />

按一下全选

<input type="text"  style="border:none;height:80% " maxlength="20" v-model.trim="title" onfocus="this.select()" />

相关文章

网友评论

      本文标题:input text 得到焦点后自动全选

      本文链接:https://www.haomeiwen.com/subject/tfqzmqtx.html