【发布时间】:2021-06-01 17:07:11
【问题描述】:
如何防止来自浏览器 cookie、autocomplete="off" 等的浏览器文本输入建议不起作用.. Chrome 版本:2021 chrome 版本 88.0.4324.190
readonly 用于自动填充其正常工作,但 autosuggestion 不是。
<input type="email" class="form-control" id="email" name="email" placeholder="Enter Email" readonly onfocus="this.removeAttribute('readonly');" style="background-color: white;" autocomplete="off">
<input type="password" class="form-control" id="Password" name="password" minlength="6" placeholder="Enter Password">
【问题讨论】:
-
有人帮忙解决这个问题
-
能给我们一些代码吗?
-
@codeRdevelopR 确定
-
在 88.0.4324.190 版本中这对我来说真的很有效
标签: html autosuggest