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'm really confused why https://github.com/patw0929/react-intl-tel-input/pull/199 was created and merged in. I've just spent a bunch of time working out why this doesn't work on mobile and I'm 99% sure it's...

I'm attempting to set the tabIndex value on the input control, but it's not happening. Can confirm when examining the input element in Chrome debugger, no tabInput value is present....

Hello ## Expected Behavior When I iniatialize the `react-intl-tel-input` with a Zone +1 initial value (except USA), the plugin should understand that there is an area code after my +1....

Proposal: Create a release branch & setup travis ci to do a npm release whenever a commit is made to release branch And we only commit to master branch and...

new idea

While i was using the method handler(status, value, countryData, number, id) and in the IntlTelInput i added those attributes ` ` the number that I'm getting from the handler is...

It looks like the second parameter of the onChange callback is used directly to the checking function, the screenshot bellow is actually a correct number in Australia, but the status...

Hey, I'd like to format my numbers using the google libphonenumber, but unfortunately I can't. Could you please add a prop to allow us to format the number? e.g.: ```...

If setting the `onSelectFlag` prop I get an error when changing country/flag: `Uncaught TypeError: window.intlTelInputUtils.isValidNumberForRegion is not a function` I guess the problem is somewhere around here: https://github.com/patw0929/react-intl-tel-input/blob/master/src/containers/IntlTelInputApp.js#L954 Maybe you...

Hi, I am having issues when switching from US to Canada. To reproduce: Set Flag to US. Start typing +1204 Expected: Flag will detect Canada and switch to Canadian Flag...

Hey Patrick, I was finally playing with the `fallbackFlagInUnkownNanp` option, but it doesn't seem to work. I noticed 2 issues in the PR: 1. Minor typo in the description https://github.com/patw0929/react-intl-tel-input/pull/110/files#diff-3ec40a1e2a924ba4ba6521185d17b0f2R229...