Skip to content
New issue

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

Stop password managers from autofilling address fields #10507

Closed
michaelabon opened this issue Oct 18, 2024 · 0 comments · Fixed by #10508
Closed

Stop password managers from autofilling address fields #10507

michaelabon opened this issue Oct 18, 2024 · 0 comments · Fixed by #10508
Labels
usability An issue with ease-of-use or design

Comments

@michaelabon
Copy link
Contributor

michaelabon commented Oct 18, 2024

Description

I am a 1Password user (and employee). Whenever I am editing a local business's details in iD, I am frustrated that the 1Password browser extension offers to fill out my personal address instead of the business's address.

I don't work on our browser extension, I could not tell you why every password manager has their own custom data attribute
when autocomplete=off exists.

I was very pleased to find out that there was already a well-used utility function
to disable autocomplete/autocorrect/autocapitalize in modules/util/util.js under the utilNoAuto function. So, I already have a working commit that would address this for 1Password, Bitwarden, Dashlane, and LastPass. It extends what was already built in #3839 and #5818.

Screenshots

Screenshot 2024-10-18 at 12 16 32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
usability An issue with ease-of-use or design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants