material-ui-phone-number
material-ui-phone-number copied to clipboard
In use this cpmonent material ui theme to change default
In use this cpmonent material ui theme to change default
<MuiPhoneNumber defaultCountry={'ru'} onChange={this.tellChange} fullWidth id="outlined-bare" placeholder={"Номер телефона"} margin="dense" variant="outlined" inputClass={""} name={"phone"} value={this.state.phone} error={this.state.phoneError} helperText={this.state.phoneErrorText} required />
used this component https://i.imgur.com/2ODyMbu.png not use this component https://i.imgur.com/nvrl2Wh.png
not working https://material-ui.com/customization/globals/