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

Suppose UK flag is selected and paste the UK number with country code (+447893987277) in the onPhoneNumberChange function not getting isValid true even number is valid. onBLur will get the...

In the Safari browser only when click on the dropdown arrow and country code it is not open, when we click on the country flag it works fine.

Is this project still relevant/needed? intl-tel-input (the project that react-intl-tel-input is Inspired by) has [its own react component](https://intl-tel-input.com/examples/react-component.html) now

US phone numbers staring with '689' are not valid. Cross-checked using https://rawgit.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/demo-compiled.html ## Expected Behavior US phone numbers staring with '689' should be validated. ## Steps to Reproduce 1.Type any...

country search onchange state restarts whenever spacebar is clicked. which poses a problem as there are many countries that have space bars between words. ## Current Behavior when searching for...

## Expected Behavior Flag images should show when pathbase is used. ## Current Behavior Currently to flag images are showing on local. On production server where we use a pathbase...

## Description This allows to follow [WAI-ARIA best practices](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) for combobox elements. Changes: - Add `role="combobox"` to the selected country button - Add `role="listbox"` to the countries list - Refer...

## Expected Behavior The Ecuador phone numbers starting with 963 should be validated. Cross checked using https://rawgit.com/googlei18n/libphonenumber/master/javascript/i18n/phonenumbers/demo-compiled.html ## Current Behavior Ecuador phone number is shown as invalid. ## Steps to...

The type of the _geoIpLookup_ is incorrectly defined in IntTelInput.d.ts ## Expected Behavior It should be defined as a function taking callback as an argument: geoIpLookup?: (callback: (countryCode: string) =>...

We have numbers that does not pass the validation. like 324 3236XXX ## Expected Behavior We expect to have the number formated for colombia ## Current Behavior If I put...