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

The drop down arrow refuses to show up for MuiPhoneNumber component

Open sahanaravi opened this issue 5 years ago • 2 comments

sahanaravi avatar Dec 17 '19 16:12 sahanaravi

<MuiPhoneNumber native={true} value={phone || ''} defaultCountry={'gb'} preferredCountries={['gb', 'us']} disableAreaCodes={true} error={phoneError2} value={phone || ''} onChange={handleOnChange} />

Version used= "material-ui-phone-number": "^2.2.5",

I just realized that the svg has been hidden inside the package, Why would it be hidden? nativeRoot: { padding: 0,

'& + svg': {
  display: 'none',
},

},

sahanaravi avatar Dec 23 '19 14:12 sahanaravi

Is there a way to switch it back?

acerola1 avatar Jan 20 '21 10:01 acerola1