material-ui-phone-number icon indicating copy to clipboard operation
material-ui-phone-number copied to clipboard

Fork of react-phone-input-2 for the Material-UI library

Results 86 material-ui-phone-number issues
Sort by recently updated
recently updated
newest added

[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. ![Screenshot 2022-03-04 at 11 07 11](https://user-images.githubusercontent.com/10994342/156743288-9f6d9e00-2eb8-428f-8aaa-6dd422f2ba9a.png) 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.