react-phone-input-2 icon indicating copy to clipboard operation
react-phone-input-2 copied to clipboard

the ability to export an existing list of countries or the option to add your own list of countries

Open klimekkatarzyna opened this issue 5 months ago • 0 comments

There are currently some countries missing, such as Gibraltar. It would be great to have the option to add your own list of countries and use that instead of the existing one, or to be able to add other countries to the existing list. It would also be great if it was possible to export the existing list of countries in order to overwrite it with the missing countries

<PhoneInput countiesList={[someList]} ... />

or

<PhoneInput additionalCountry={someCountry} ... />

klimekkatarzyna avatar Sep 10 '24 08:09 klimekkatarzyna