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

After upgrading to React 18, when the country code select button is clicked, the dropdown appears for a moment on the left side of the screen before it's positioned on...

Format used for the Togo country is a little weird as it is common to spell and write our numbers as 90 00 00 00 and not 900 00000. So...

Country flag is not visible in Safari

The onChange method is providing us mobile number and country info on the first and second param but the type definition includes only one event param due to which the...

The pattern given for Morocco is `+212-.........` (notice that the phone code is already in the pattern, while in, e.g. UK pattern, it is given as `+.. .... ......` without...

Selecting Morocco (+212) results in typing 212 with every key

Current definition in TS for regions is: `regions?: [string] | string;` Therefore I can not assing many regions, due to TS error ![image](https://user-images.githubusercontent.com/24221572/173399576-2c4b672c-aaaf-4414-9b8f-52edd9439ed2.png) The fix needed is to change it...

Fixes 2 bugs: - #110 Full page flag in firefox - #111 No flag in safari I was not able to run this locally, but I tested by using these...

On Firefox browser, it's having an issue with flag style. For some reason, it's broken. See a screenshot about the issue ![image](https://user-images.githubusercontent.com/47952043/167425016-549fe4bb-be9b-4410-aeb5-66199b172dd3.png)