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

As others have mentioned (#128) the "smart cursor" behavior that moves the cursor to the end of the phone if you're not in the last section of the phone number...

Hello, I made these changes to allow developers to override the dropdown's width with relative lengths like %. Default lengths remain 300px For example ```js ``` I'm not sure if...

In our project we use this component and one of our clients needs "Guernsey" and "Isle of Man" values in the phone number dropdown. I've changed the necessary files. Is...

I have the PhoneNumber on a sub-component which pulls in the style.css However, when I disable the input or the entire control, the input still appears to be selectable and...

I am looking to set the country to US and fill the input with a US phone number value. I would like the country code to be disable so that...

I want to restrict the phone number digits. currently by default it is 15. I want to keep it to 10. Any idea how to implement?

We have a form with multiple react input fields, on selection of the input field we show a edit form where user can modify the value. once input is received...

Update Jamaica country codes https://en.wikipedia.org/wiki/Area_codes_876_and_658

I tried this css: .my-phone-input:focus + .special-label { color: blue; }

Jamaica has two country codes but library detect only one. Need to add 658. Here is link to wikipedia about that: https://en.wikipedia.org/wiki/Area_codes_876_and_658