You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
I have a md-autocomplete which retrieves zip codes. The autocomplete="off" does not prevent the Chrome autofill settings for adresses etc. thus rendering the box pretty much useless since one can not select the results.
Chrome seems to detect that by means of the labeland name attribute, so this happens when a md-floating-label with address-type name is used e.g. Zip/Street etc.
I have been reading a little bit in the HTML spec and maybe the input fields in md-autocomplete should have the type="search". This would as far as I can tell prevent the chrome autofill popup.
If for some reason the is not generally wanted, md-autocomplete should at least allow to override the type attribute and maybe even the autocomplete attribute.