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
Would it be possible to take a country and/or state/province that I already have that uses the full names and convert that with this package to the alpha-2 / short value? I want to use the short values in the dropdowns, so I need a way to convert my given address to the short value I can pass to the component. Thoughts?
The text was updated successfully, but these errors were encountered:
Hey @chorton, fiddly one! I'm afraid this really needs to be a custom task you'll need to do on your end. A key component of this would be for you to get the full list of countries/province (your own strings) and for that you really need to first gather them up and put them into a convenient data structure (probably JSON). At that point you could handle the conversion.
Would it be possible to take a country and/or state/province that I already have that uses the full names and convert that with this package to the alpha-2 / short value? I want to use the short values in the dropdowns, so I need a way to convert my given address to the short value I can pass to the component. Thoughts?
The text was updated successfully, but these errors were encountered: