react-phone-input icon indicating copy to clipboard operation
react-phone-input copied to clipboard

A simple react component to format phone number as the user types

Results 40 react-phone-input issues
Sort by recently updated
recently updated
newest added

Hey all, Is there any interest in this library? Are enough people still using it? I was thinking of slowly refactoring the library to Typescript and make general improvements to...

When I try to use the package with React 16, npm gives me this warning: ``` npm WARN [email protected] requires a peer of react@^0.14.8 || ^15.0.1 but none is installed....

An idea why I would be getting this? no one else seems to complain. I have lodash installed. The component shows fine but after setting it blows up with the...

Area code 226 is not in the Canadian area code map, but it should be. I've written a PR with the fix: https://github.com/razagill/react-phone-input/pull/69

Hi, This component seems to be only good for **registration** forms (i.e. when the phone number doesn't exist yet), because the selected country always has to be supplied manually. But...

if you select the Ukrainian number (+380) and then press backspace, then it will erase 0 and the cursor will move to the number 3, and you will have to...

Right now these is some error appears when I try to add your package with version `@1,2,2` into applications with `yarn`. With `npm` all works fine. This fix correct problem...

Hey there, I use a polymorphic web server with ReactDOM.renderToString() on server-side, and ReactDOM.render() on client-side. Currently when I use react-phone-input on server-side, I get this error: `ReferenceError: document is...

enhancement