码迷,mamicode.com
首页 > 其他好文 > 详细

input框,需要隐式显示的时候,不让它自动填充的办法

时间:2019-07-04 17:26:50      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:com   nbsp   pre   style   bsp   处理   inpu   通过   自动   

input处理:

通过添加readonly&onfocus =“this.removeAttribute(‘readonly‘);  

<input type="password" name="Password" autocomplete="off" readonly   
onfocus="this.removeAttribute(‘readonly‘);" >  

样式处理:

input[readonly]{
  background-color: #fff
}

 

input框,需要隐式显示的时候,不让它自动填充的办法

标签:com   nbsp   pre   style   bsp   处理   inpu   通过   自动   

原文地址:https://www.cnblogs.com/benbendu/p/11133393.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!