[SelectField] Browser address autofill does not work when used for the state field #6324
Labels
bug 🐛
Something doesn't work
component: select
This is the name of the generic UI component, not the React module!
Description
I have an address form where for the "state" two letter code, I use material-ui SelectField. Problem is that this SelectField does not autofill with the correct state code, when the browser proposes an autofill address. All other text fields (address, city, zip-code) autofill correctly. I've tested this with Chrome/Firefox/IE/Edge/Safari.
I posted this question on stackoverflow a few days ago, but received no answer.
http://stackoverflow.com/questions/42616428/browser-address-autofill-does-not-fill-a-state-selectfield-element
Images & references
You can test this on my github,io deployment here:
https://gmacciocca.github.io/coffee-with-congress
Problem description
The SelectField for the state does not fill in response to the autofill data provided by the browser.
Link to minimally-working code that reproduces the issue
https://gmacciocca.github.io/coffee-with-congress
Versions
The text was updated successfully, but these errors were encountered: