【发布时间】:2020-12-15 07:33:35
【问题描述】:
Chrome 使用登录的用户名在每个页面中自动填充我的第一个文本框。我尝试了不同的方法,例如
autocomplete="off"
但这不起作用。
<asp:TextBox ID="txtSearch" runat="server" Width="200px" Text="" >
【问题讨论】:
-
这能回答你的问题吗? Chrome ignores autocomplete="off"
-
否。如何停止 chrome 自动填充我的文本框?
-
停止使用表单域a nice read。
标签: asp.net