material-ui-phone-number icon indicating copy to clipboard operation
material-ui-phone-number copied to clipboard

In use this cpmonent material ui theme to change default

Open dasturchiuz opened this issue 5 years ago • 0 comments

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/

dasturchiuz avatar Nov 22 '19 04:11 dasturchiuz