-
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
- disable autofill. I can't find this option anymore, does it still exist?
- add html attribute
autocomplete="one-time-code"
to the component, but I can't figure out how to add html attributes
Please let me know if you are able to help with either of the options above or if you have new ideas. Thank you!