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

Hello there, First i would like to say that this project is awesome i really want to use this component in my project but i can not manage to use...

## Description Instead of using `z-index` that may interfere with other components we can achieve same effect by placing selected flag node after input node. ## Screenshots (if appropriate): ![image](https://user-images.githubusercontent.com/7604250/149341320-5f894c44-1cf8-48d1-8dfe-546f1de61802.png)...

Adds a new renderProp to allow user to customize how to render the component. ## Description Adds a new prop to IntlTelInput: ```tsx { renderComponent? : (wrapperProps, flagDropDownProps, inputProps) =>...

So, I have controlled field with `separateDialCode` option enabled. I'm saving phone numbers and dial codes separately. It all works fine, until I want to reinitialize the field stored in...

![image](https://user-images.githubusercontent.com/34930870/96236567-cbb13500-0fce-11eb-9d6e-3ce5f29f13dc.png) not sure why i've tried change z-index, but didn't work

i'm attempting to set the `readonly` attribute using `telInputProps`, but it does not apply to the input.

Input values returned should not be formatted, even when the format prop is set to true, ## Expected Behavior i should be able to get unformatted values from both the...

I am having a user modal with a phone number field, during create mode I had no issues. Once the data has been saved, the user can edit during which...

Hi, I am trying to use this in Material UI. Anyone here know how I can configure it so that it looks like the rest of the material UI TextField?...