AlaskaAirlines / auro-input

Custom HTML element for inputting string data in forms
https://auro.alaskaair.com/components/auro/input
Apache License 2.0
2 stars 4 forks source link

auto-complete off #334

Closed jason-capsule42 closed 1 month ago

jason-capsule42 commented 2 months ago

Is your feature request related to a problem? Please describe.

Support the HTML5 input standard feature autocomplete so that we can turn off autofill.

Describe the solution you'd like

When autocomplete="<value>" is used on auro-input, mirror to the HTML5 input nested in the Shadow DOM.

Describe alternatives you've considered

None

Additional context

No response