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

清除input框对浏览器保存的用户名和密码自动填充问题

时间:2018-08-01 12:10:24      阅读:1192      评论:0      收藏:0      [点我收藏+]

标签:col   required   pass   name   strong   类型   密码   auto   focus   

清除input框对浏览器保存的用户名和密码自动填充问题:

type类型写如下写法,聚焦的时候type类型为“password”

<input ng-model="getpwd" name="password"

   type="text"  type="password" autocomplete="off"  onfocus="this.type=‘password‘"  required/ >

清除input框对浏览器保存的用户名和密码自动填充问题

标签:col   required   pass   name   strong   类型   密码   auto   focus   

原文地址:https://www.cnblogs.com/shixy1617/p/9399472.html

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