我的初始html是
<form>
<input type="text" name="firstname">
<input type="text" name="lastname">
<input type="password" name="password">
<input type="password" name="confirm_password">
</form>
悬停密码时,它会在站点中显示一个包含以前使用的密码的下拉列表,并自动在附近的姓氏中填入电子邮件字段。
我尝试在密码字段中添加autocomplete =“ off”,autocomplete =“ new-password”
<input type="password" name="password" autocomplete="new-password">
仍然不起作用,并用电子邮件地址填充姓氏字段