material-ui-phone-number
material-ui-phone-number copied to clipboard
Fork of react-phone-input-2 for the Material-UI library
Hello, hope you're doing well! I wanted to know if it's possible to have a search/filter input in the dropdown? I already tried to use react-phone-input-2 but i'm having so...
800 numbers produces validation error on the component (turns red). `defaultCountry={'us'} regions={'america'} onlyCountries={['us']}` Doesn't appear to be accounted for in source to handle 800, is there a way around this?
Create script to make sure PRs don't/can't break the build :)
Sometimes when selectedCountry doesn't exists appears issue. Please take a look into this [github issue](https://github.com/bl00mber/react-phone-input-2/issues/60)
Suggestion to fix #53
Added mask to Tunisia
My use case is a US-only phone field that doesn't require the user to type the country code. If I give `disableCountryCode`, and then type the first 3 digits of...
On click change country button I got warning bellow. My code ```jsx setUserPhone(e)} /> ``` ``` Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of e which...
Would be nice to get an error when certain characters are not met.
Hello, So, when the component is loaded, the value gets loaded, I want to extract the country data without success. Once the phone number is loaded into the value, the...