react-phone-input-2
react-phone-input-2 copied to clipboard
:telephone_receiver: Highly customizable phone input component with auto formatting
Hello, First of all, it's a very nice library and I enjoy using it so far, just one problem that I couldn't figure out how to fix. I applied my...
Make flag element more meaningful for accessibility purposes. `` You can achieve it by adding a **role** and **aria-label** attribute. `` For more info: https://accessibleweb.com/question-answer/add-alt-text-background-images/ Thank you
Would love to have a formatter exposed so that I can use this library to format numbers to display in span elements and such where I do not want to...
its not possible to enter numbers when keyboard language is Arabic or Persian: ٠١٢٣٤٥٦٧٨٩
How to use in Arabic
I am keeping the value of the component and its country in the local state. After the countryCode changes, I update the state but the value of itself is being...
Hi, If from the dropdown we select Canada which has the same calling code as the USA. The component will show USA flag. Same for other countries with the same...
The div with class `flag-dropdown` can be augmented with additional classes and styles thanks to the `buttonClass` prop. While this can be used to modify the background colour, the background...
Actual format is '+.. ... ... ...' , not '+.. ... ... ... ... ..'
Hello, the label component requires a reference to the input's id to work as expected (i.e. when the user clicks on the text of the label, it focuses the input,...