【发布时间】:2014-10-03 10:27:38
【问题描述】:
这个问题过去曾被问过好几次,但不幸的是,我无法禁用 Google Chrome (v.36.0.1985.125 m) 的自动填充功能
我已经试过了
"AutoComplete=Off" not working on Google Chrome Browser
How do I stop Chrome from pre-populating input boxes?
how to disable google chrome suggestion list when using twitter bootstrap typeahead?
到目前为止测试的代码
<form autocomplete="off">
<asp:textbox autocomplete="off">
AutoCompleteType="Disabled"
但我仍然在我的登录页面上获得自动归档的数据。即使更改了文本框 ID,也会填充密码。
【问题讨论】:
标签: asp.net visual-studio autocomplete