material-ui-phone-number
material-ui-phone-number copied to clipboard
Fork of react-phone-input-2 for the Material-UI library
When attempting to style the background of the dropdown menu using dropdownClass, the background color ended up overflowing, filling the entire viewport. ` // in makeStyles dropdown: { backgroundColor: 'rgba(255,...
I want to use required props in material ui phone number but its not working here
Hi, Is there a way to access props for the popover and other Material-UI components? For example: ` `
If my phone number starts with country code it itselfs ommit the country code part from my phone number for eg --> my country code +91 india my phone number...
Fails when building site with Gatsby. `WebpackError: ReferenceError: window is not defined` I've managed to solve the problem by not doing any server side rendering with this module. Just importing...
Is it possible somehow to add support for custom masks, like react-phone-input-2 has or change a mask in another way? https://github.com/bl00mber/react-phone-input-2#custom-masks I have a problem with the mask used for...
If the user tries to delete the entire phone number, it stays only '+' which is annoying. More problematic, if he try to exit the form, the app crashes with...
Hello! I'm using this component with native:true. I set "fr" as default country. I figured out that "Afghanisthan" is checked instead of "France" in the dropdown. What should i do?...