Dropdown with support for browser autocomplete #25650
Unanswered
Chetan-Chopade
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Textfield has autocomplete property so that browser can autofill the text if available.
Similarly can Dropdown has the property as we are using Dropdown for state and browser not able to select the appropriate state if selected the browsers auto complete.
For Textfield using this property autoComplete="address-level2"
and want to use autoComplete="address-level1" for state
Beta Was this translation helpful? Give feedback.
All reactions