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

Dropdown: autocomplete attribute needs to be set to something other than "off" to block browser autofill in Chrome #925

Open
Darper opened this issue Jul 20, 2018 · 0 comments
Labels

Comments

@Darper
Copy link
Contributor

Darper commented Jul 20, 2018

I haven't been able to reproduce in the docs site, but Chrome doesn't stop the browser's autocomplete functionality if you just set autocomplete="off". There are a few suggested solutions, the only one I could find officially from the Chrome team though is to set autocomplete to "new-password". https://bugs.chromium.org/p/chromium/issues/detail?id=370363#c7. This fix will take some testing, because I've also seen comments saying that once you've used a custom string it will stop blocking autocomplete the next time the page loads.

Once a new value is determined, the fix is to change the defaultProp in Dropdown.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant