-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Labels
Description
Expected Behavior
It would be useful to have a method that returns a list of valid / supported countries data similar to intl-tel-input's getCountryData
method
Current Behavior
Currently there seems to be no way to get the supported countries other than extract them from source manually
const defaultCountriesData = [ |
Possible Solution
The API would expose a method getCountryData
that returns a list of all countries similar in shape to defaultCountriesData
.