We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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):
The text was updated successfully, but these errors were encountered:
Thanks for reporting. I should probably give the password (and other) fields a name attribute :)
name
Sorry, something went wrong.
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 element The form to have a submit button
Note: In order to provide autocompletion, user-agents might require <input>/<select>/<textarea> elements to:
<input>/<select>/<textarea>
So to turn off autocomplete for these fields, you would need to wrap the inputs in a <form> tag.
<form>
aaryan-gautam
Successfully merging a pull request may close this issue.
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):
The text was updated successfully, but these errors were encountered: