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
Then I have a button on the page that will load a different object passing in a different location. When this happens, the country is populated correctly, but the region is always blank, unless I remove the country option from region-select. Though, that leads to other issues if the region isn't a U.S. state....
My guess is maybe it's trying to populate both country and region at the same time, but there's some sort of race condition where region has to wait until after country has loaded..
The text was updated successfully, but these errors were encountered:
I have a setup sort of like this:
Then I have a button on the page that will load a different object passing in a different
location
. When this happens, the country is populated correctly, but the region is always blank, unless I remove thecountry
option fromregion-select
. Though, that leads to other issues if the region isn't a U.S. state....My guess is maybe it's trying to populate both country and region at the same time, but there's some sort of race condition where region has to wait until after country has loaded..
The text was updated successfully, but these errors were encountered: