-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Why is there interference between mat-autocomplete and browser autocomplete? #11818
Comments
Material does set |
Doesn't work =/ |
Setting the native `autocomplete` attribute to random can sometimes be used to work around the browser not disabling the native autocompletion, however we always override it to `off`. These changes allow the consumer to opt-in to a different value. Fixes angular#11818.
You're supposed to set some random value for the |
I came here to complain that it's still broken, but it turns out that you need a non-standard I don't suppose a Googler on the Material team could talk to a Googler on the Chrome team about making this Just Work without us devs having to override the |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug:
Clicking on autocomplete opens browser autocomplete on top of material2 autocomplete
Note: sometimes it takes a double click to re open the browser's autocomplete.
Expected behavior:
Browser autocomplete should be disabled
Current implementation
Version in use?
The text was updated successfully, but these errors were encountered: