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

I am using react-hook-form now how i can get the country code as user change it ? there is any method available which trigger when the country changed ?

Phone number validation happens via utilities that are asynchronously loaded into `window` by `libphonenumber-js-utils`. This has been shown to cause problems in certain test runners (#347) and is generally a...

enhancement
Work in Progress

## Description ### :construction: WIP This PR makes the async import of `libphonenumber-js-utils` (from `initRequests`) a blocking import, resolving the problem from #347 (and any RTL-related issue that has the...

Work in Progress

``` test('the base component', () => { let isValid = undefined; render( { isValid = valid; }} /> ); expect(isValid).toBe(true); }); ``` This spec in my own project fails while...

bug
duplicate

Hello, `autoPlaceholder` props doesn't work anymore on `[email protected]`. Placeholder is empty. ## Expected Behavior field placeholder should automatically display phone number format. ## Current Behavior ```jsx { this.checkField(phone, country) }}...

when there is no enough space for popup ![image](https://user-images.githubusercontent.com/34930870/79034482-b3f49080-7be8-11ea-8324-fadcd4b49939.png) the placement of popup is still 'bottom' instead of 'top' clicking flag again shows the correct placement ![image](https://user-images.githubusercontent.com/34930870/79034496-e1d9d500-7be8-11ea-8308-ba810af07503.png)

The field does update (the component is recognizing a stateful value on the value prop), but the event handlers aren't firing. As well, the component isn't respecting the format prop....

I was working with your library and found out that for my use case the way i have implement my code is with `class components` and your library seems to...

Problem: 1. I have a list of 25 countries (define) & a button show all. When I clicked to show all, list countries will show all countries. 2. I can...

## Expected Behavior It would be useful to have a method that returns a list of valid / supported countries data similar to [intl-tel-input's `getCountryData` method](https://github.com/jackocnr/intl-tel-input#static-methods) ## Current Behavior Currently...

new feature request