Autofill enabled on select input component

  • Goal: I am trying to use a Select Component but Chrome is adding autofill, which completely blocks the ability to use the component without additional steps (esc out of the autofill overlay).

  • Steps: Following some previous posts, I am trying to

Please let me know if you are able to help with either of the options above or if you have new ideas. Thank you!
image

Hi @katie,

The text input component has the browser autofill option referenced in that post (under Interaction settings), but the Select component already sets autocomplete="off", which should disable the browser autocomplete in almost all cases (refer to MDN discussion).

We don't currently support setting autocomplete to anything else besides off in the select component