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

Add localization support

Open hamcher opened this issue 3 years ago • 1 comments
trafficstars

  <MuiPhoneInput
    onlyCountries=['de', 'es']
    localization={{'Germany': 'Deutschland', 'Spain': 'España'}}
  />

hamcher avatar Dec 05 '21 17:12 hamcher

This package (https://github.com/viclafouch/mui-tel-input) support this feature if you want ;)

viclafouch avatar Jun 06 '22 17:06 viclafouch