Open hanthor opened 3 years ago
Thanks for reporting. I should probably give the password (and other) fields a name
attribute :)
Can I look into this issue?
Here's what MDN says about the autocomplete attribute:
Note: In order to provide autocompletion, user-agents might require
<input>/<select>/<textarea>
elements to:
- Have a name and/or id attribute
- Be descendants of a
- The form to have a submit button
So to turn off autocomplete for these fields, you would need to wrap the inputs in a <form>
tag.
Describe the bug Good Chrome thinks the security key field in Settings is a password field and will autofill
To Reproduce Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):