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

:telephone_receiver: Highly customizable phone input component with auto formatting

Results 216 react-phone-input-2 issues
Sort by recently updated
recently updated
newest added

I am trying to fetch the mobile number from the API and put into Phone Input component In my case the mobile number was 10 digit long i.e. 8876512345 without...

I have an style tag in my project. I want to include some nonce tag for content security policies. ![Screenshot 2022-03-04 at 11 07 11](https://user-images.githubusercontent.com/10994342/156743288-9f6d9e00-2eb8-428f-8aaa-6dd422f2ba9a.png) looks like is done here...

Hello, I lost the country prefix while auto fill from browser

On the demo site, selecting a country refocuses the text input. On v2.15.0, however, focus does not shift back to the input. It appears the issue was introduced with this...

Do you plan to support React-Native? Now, when I use PhoneInput I get error. ``` import PhoneInput from 'react-phone-input-2'; ``` _ReactNativeJS: Invariant Violation: View config getter callback for component `div`...

I'm trying to recreate the material design example and I've found label is misplaced in my code. It is just before input (preventing focus styling to work) and in the...

While trying to edit the number in version 2.13.9 it is showing weird behavior. For example, if I have typed 8567 and want to insert 23456 before 5, after typing...

bug

Hi, I am just having a normal use as follows: ``` onChangePhone(value, data, "phoneNumber") } enableAreaCodes={true} enableSearch={true} disableSearchIcon={true} countryCodeEditable={false} regions={["middle-east", "africa"]} excludeCountries={["il"]} /> ``` When I change the dial code...

help wanted

Hello Developer, There is a bug I cannot resolve from my end. Please take a look. If I am using the Chinese input method or other's input method which will...

help wanted