react-intl-tel-input icon indicating copy to clipboard operation
react-intl-tel-input copied to clipboard

Rewrite International Telephone Input in React.js. (Looking for maintainers, and PRs & contributors are also welcomed!)

Results 84 react-intl-tel-input issues
Sort by recently updated
recently updated
newest added

Country data is undefined if passed through countriesData prop ## Expected Behavior countries should be displayed the same as when the country data isn't passed. ## Current Behavior ![Screenshot (498)](https://user-images.githubusercontent.com/7693285/177777148-b34abc2e-24d2-4e8e-b522-04ac7dff21df.png)...

Thanks for all the hardwork with this package. Please are you able to add support for React 18?

## Expected Behavior npm ERR! Could not resolve dependency: npm ERR! peer react@">15.4.2

## Expected Behavior When entering an Estonian 8-character phone number, the prop `format` is set to true and writing the country code in the beginning, you should be able to...

This error is due to the package `libphonenumber-js-utils` is out of date compare to Google's `libphonenumber`. The phone number format for Singapore has changed: https://github.com/google/libphonenumber/pull/2402 ## Expected Behavior `+6589234567` should...

Pasting a number in the input field is no longer updating the flag. This was fixed in this [PR](https://github.com/patw0929/react-intl-tel-input/pull/270/files). But the latest [code](https://github.com/patw0929/react-intl-tel-input/blob/v8.0.4/src/components/IntlTelInput.js#L1306) (no handlePaste function) doesn't have the any...

I'm using formatted number from onPhoneNumberChange to be value of the input. The cursor position is fine when formatted number is exactly the same as input, but when the formatted...

bug

## Expected Behavior When I click on a button to change the preferredCountries attribute value to "tn" which refers to Tunisia for example, the displayed country should display the Tunisia...

The React developers [have released v17](https://reactjs.org/blog/2020/10/20/react-v17.html) since October 2020. With these changes, we would be able to support the latest React version. Resolves #398 ## Description - Widened the supported...

How i can change the size of flags and increase the image size?