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

Any style applied to material UI widgets defined on the theme of the application are not inherited by the component (including color, shapes and so on). Might not be an...

When countryCodeEditable is false, the country code cannot be deleted. It is normal until here. However, if we start typing numbers after clicking the country code with the mouse cursor,...

Hello, I have phone number as not-required input. I am forced to have defaultCountry prop, as without it component is crashing. But I want user, after playing with this field,...

MuiPhoneNumber misses the masks props from react-phone-number-input2 like so : `masks={{ fr: "... .. .. ..", at: "+.. (....) ...-...." }}`

Validate error for Mexico phone number. example +52 233 323 4343 but +523232323232323

I added the missing prop type `localization` for a `MuiPhoneNumber` component.

Below is the valid Argentine mobile number: +54 91123017883 That `9` after +54 is the prefix introduced in 2003 which isn't considered here. Reference: http://www.wtng.info/wtng-54-ar.html Based on two other repos...