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

:telephone_receiver: Highly customizable phone input component with auto formatting

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

Allow users to open the selector by pressing Enter/Space while focusing on the flag.

This allows rendering a customized input component. If a component prop is found, it will omit default className applied to avoid custom component styles conflicting with the default ones. ```js...

Hi. I got the following warning: ``` Warning: Cannot update a component (`App`) while rendering a different component (`t`). To locate the bad setState() call inside `t`, follow the stack...

When using the latest version "react-phone-input-2": "2.15.0", there are some countries missing: Faroe Islands, Falkland Islands and maybe more. I've tried going back to version "react-phone-input-2": "2.9.3", and here the...

The most common number format used in China is 3/4/4 (`XXX XXXX XXXX`). Dash (`-`) is never used here. In Google's libphonenumber the metadata is like this: ```csv Id ;...

class App extends React.Component { state = { code: 380 }; render() { console.log(this.state.code) return ( console.log({ phone })} /> ); } } ![Screenshot 2021-06-23 085846](https://user-images.githubusercontent.com/78288929/123031079-57eae600-d401-11eb-9bae-704a4d37c1cd.png)

Barbaos phone number lenght is wrong (greather than required) Please fix this, if possible can someone see it soon. Bulding an app for a business site which will be launched...

We use [Fela.JS as a CSS-in-JS solution](https://fela.js.org) which atomizes and minimizes class names in production producing single alphabet character names like `className="a b c"`. However when there is a lot...

When you select the whole numer (either with the mouse or by pressing ALT-A) and then press DELETE, the number is deleted but the + sign stays there. After that...