material-ui-phone-number
material-ui-phone-number copied to clipboard
Fork of react-phone-input-2 for the Material-UI library
[onChange](https://github.com/alexplumb/material-ui-phone-number/blob/master/src/components/index.jsx#L377) calls with the value and country data. Types for this aren't accurate. This PR fixes that.
If I let Chrome autocomplete the form that contains this component, which a lot of people do, this breaks. My saved form data doesn't have the country code in it...
When selecting a phone number. If the prefix of the phone number is too long for example kazakhstan (+ 773622), the value freezes. The flag is changing but the value...
I am trying to add a placeholder for the material-ui-phone-number and I was unable to make it work. if there is a support for placeholder in this library . My...
I wish the dropdown to be simpler. The country list is enormous and it takes some time to fully display. I'm thinking you have all the options in dropdown because...
I have an style tag in my project. I want to include some nonce tag for content security policies.  looks like is done here...
There is no way to hide the prefix, I think is the default of how react-phone-input used to work, and I think it serves multiple use cases. Expected result: Been...
@alexplumb would you support us converting over to typescript? I am happy to do the work to make the switch!! See also https://github.com/braxex/mui-phone-input-ssr/issues/10 Thanks, Ben
As you wrote, the original component is wonderful... People are better served by using the original then this fork.. You crapped it..
The `dense` argument is available but doesn't affect the component at all. Following other MUI component's behavior, it should make it more "dense", changing its padding.