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
There are some cases where is necessary to disable browser autocomplete, for example when implementing custom typeahead.
The way that you disable it in the native input element is with autocomplete="off", I tried with aria-autocomplete which material textfield support but it did not work.
There are some cases where is necessary to disable browser autocomplete, for example when implementing custom typeahead.
The way that you disable it in the native input element is with
autocomplete="off"
, I tried with aria-autocomplete which material textfield support but it did not work.Can you expose autocomplete attribute please?
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#examples
The text was updated successfully, but these errors were encountered: