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
fix(dropdown): autocomplete in chrome does not support "off"
Chrome based Browsers ignore autocomplete='off'
Read their reasons here bugs.chromium.org/p/chromium/issues/detail?id=468153#c164
Unfortunately this leads into having the search input field in a dropdown getting those autocompletes as well.
As the above mentioned comment mentions, this PR set a semantic name as autocomplete value instead of "off" when the browser is chromium based.
0 commit comments