停止Google Chrome自动填充输入 [英] Stop Google chrome auto fill the input

查看:129
本文介绍了停止Google Chrome自动填充输入的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个输入类型文字供使用者更改他们的电邮&在帐户设置页中输入密码 如何停止 Chrome自动填充输入 p>

Chrome 请记住登录页面中的输入数据和它自动填写帐户设置页面。



Chrome 自动填充输入 更改我的电子邮件地址& 帐户设置页面中的密码 您是否明确地将值设置为空白?例如:

 < input type =textname =textfieldvalue => 

这应该会阻止浏览器将数据放在不应该放置的位置。或者,您可以将autocomplete属性添加到表单标记中:

 < form autocomplete =off...> < /形式> 


I have a input type text for user to change their email & password in account setting page.

How can stop Chrome auto fill the input.

Chrome remember the input data from log in page and it auto fill in account setting page.

Chrome auto fill the input change my email & password in account setting page

解决方案

Are you explicitly setting the values as blank? For example:

<input type="text" name="textfield" value="">

That should stop browsers putting data in where it shouldn't. Alternatively, you can add the autocomplete attribute to the form tag:

<form autocomplete="off" ...></form>

这篇关于停止Google Chrome自动填充输入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆