阻止浏览器文本输入建议 2021 chrome 版本 88.0.4324.190

问题描述

如何防止来自浏览器 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">

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)