react-phone-input-2
react-phone-input-2 copied to clipboard
:telephone_receiver: Highly customizable phone input component with auto formatting
Currently, the validation for Puerto Rico and Dominican Republic fails with false negatives. You can test by writing or pasting this **valid** phone number `+1 (939) 327-4822` into the input...
Hello, I made these changes to the webpack config to this library. * Changed library type to UMD. This is because the CommonJS2 build is not compatible with vite.js. Not...
See issue #529 for details
On a project we have an issue: The label for Austria is missed Here is a result of my investigation. ``` const countries = [{ countryCode: "43", dialCode: "43", format:...
Addresses #502.
We're rendering the react-phone-input-2 component and since the flag dropdown doesn't have a title when there is no country chosen, it's failing our axe checks ``` "ARIA commands must have...
As there is no tsconfig.json file, IntelliJ IDEs will complain about default imports without having this flag set to true. This error is triggered in `index.d.ts` on line 2: ```import...
Option to add a title before the country-list when its opened. ``` My title} />) ``` output ``` My title ... ```
Addresses https://github.com/bl00mber/react-phone-input-2/issues/365
I have added dropdownContainerId prop to allow render flags select dropdown into custom node. It is vital in my project, because component is used in modal and rendering right dropdown...