You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After trying a few things and doing some research I beleive this might be coming from react-select.
react-select uses a hidden HTML <input /> to capture the actual value and it seems that some browser autofills can't see that input, looks like react-select has an open PR that may address this issue but they're a little out of date.
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

The text was updated successfully, but these errors were encountered: