material-ui-phone-number
material-ui-phone-number copied to clipboard
Unable to add placeholder
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 Code
<MuiPhoneNumber fullWidth={true} placeholder="test" defaultCountry={"us"} onChange={handleChange} disableAreaCodes={true} value={this.state.test} name='test' />
The out put is

have same problem
up