-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autofilling the address form does not autofill the region #297
Comments
Most likely this is an issue with react-select, but could also be that we're not tagging the region field properly for autofill to know what it is. |
I don't see this as a blocker, but we should figure it out at some point because it's pretty annoying |
After trying a few things and doing some research I beleive this might be coming from react-select. |
Moving this to the icebox as it's low priority. It looks like react-select may be abandoned at this point based on the amount of time that JedWatson/react-select#2174 and JedWatson/react-select#2395 have been open. Open to other ideas for how to resolve this issue |
Type: minor
Describe the bug
Autofilling the address form does not autofill the region
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Region should be autofilled even if the set of regions are dynamically loaded
Screenshots
![image](https://user-images.githubusercontent.com/1203639/45853546-38c84280-bd03-11e8-8016-588f9cf5e3ad.png)
The text was updated successfully, but these errors were encountered: