-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Autocomplete does not prevent browser autocompltete #1849
Comments
I noticed this as well. A work around I used is to put: autocomplete="off" in the form definition. |
but that would disable it for all fields. Now, i am talking about a lengthy form.. |
Your are right, what we need is a way to set autoComplete="off" on the input that is within md-autocomplete template. If you need to move forward I'd just slap that onto the input element within the mdAutocomplete directive. |
Thats what i am about to do! :) |
Absolutely! I just wanted to help keep your project moving. Gotta love open source :) |
Thank you man! Appreciate it! :) |
Re-opening issue. It seems that when 2 or more autocomplete components are on the same page, browser autocomplete becomes enabled in Chrome. |
It turns out there are some scenarios in which we cannot prevent autofill, not even with |
@mk4yukkalab Please ask for help on Stack Overflow, Gitter, or the AngularJS Material forums. Please limit GitHub issues to bug reports with CodePen reproductions or enhancement requests. |
does not prevent browser autocompltete, so every time i try to enter a city in my form, chrome autosuggest messes it up
The text was updated successfully, but these errors were encountered: