react-phone-input-2
react-phone-input-2 copied to clipboard
:telephone_receiver: Highly customizable phone input component with auto formatting
Some of islands having own iso2 code and dialing code but belonging to bigger country, are not existing in the list of rawCountries. Therefore when you try to set it...
Example for this issue. I would like to enter the ext. like this: (604) 512-5134 x0405 Does your component can support?
just sharing this beautiful gem: ``` onlyCountries: PropTypes.arrayOf(PropTypes.string) // Default country countryGuess = onlyCountries.find(o => o.iso2 == props.country) || 0; ```
## Description: I am encountering an issue where the default value of the PhoneInput component is not displayed when the page is initially loaded. The component does not recognize the...
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...
When I click on the phone input on iOS devices, it zooms the screen a little. ``` ```