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

Instead of putting the country dropdown next to the input, it can be useful to append it to a specified node like the `body`. `dropdownContainer` [option is made](https://github.com/jackocnr/intl-tel-input#options) for that...

enhancement

How can I integrate this library if an existing input field element is present rather than creating a new input filed. ![Capture](https://user-images.githubusercontent.com/42196628/76742778-a7227f80-6797-11ea-853b-9bfc2208c824.PNG)

question

@patw0929 @nutboltu * Added new proptype `formatFull` will be adding tests too... putting DNM for now. Please have a look at the logic

DO NOT MERGE

As above, I am trying to find out immediately on mounting if the given initial value (either by defaultValue or value) is a valid international number, and immediately display an...

I am trying to use react-intl-tel-input along with redux-form, but it gives me the following error. index.js:2178 Warning: Can't call setState (or forceUpdate) on an unmounted component. This is a...

I can't find key down prop for this package, whereas so many uses generic Enter Key. ## Expected Behavior onKeyDown should trigger some event. ## Current Behavior ## Possible Solution...

Pasting a number over another concatenates the previous and new value. ## Expected Behavior Only the new number should be present after selecting the current number and pasting a new...

Hi! Why is everything except `dist/` in `.npmignore`? Wouldn't it be useful to include `src/` too? E.g. if I want to use some underlying components directly.

Hi, I'm using the `IntlTelInput` component in my project which supports two languages: English and Norwegian. - I have created two resource files which contains translations for the `countriesData` which...

I need to make some actions in my app on every input focus, so could you pls add the "onFocus" handler? Thanks!