其他分享
首页 > 其他分享> > autocomplete

autocomplete

作者:互联网

通常我们会在form表单上加入autocomplete=“off” 或者 在输入框中加入autocomplete=“off”

但是有一种情况例外,就是表单中有input[type=“password”],点击保存密码后,在Chrome浏览器则自动填充了用户名和密码的输入框。

可以在不需要默认填写的input框中设置 autocomplete="new-password"

http://www.wuweigang.com/?id=219#comments

标签:off,表单,autocomplete,输入框,input,password
来源: https://blog.csdn.net/bidepanm/article/details/118032772