🚨 BREAKING CHANGE
Upgrade to MUI V6 ONLY. V5 is no more compatible. If you want more features and bug fixes from this package, you should consider upgrade your codebase to V6.
Fixes
- #164
focusOnSelectCountry
prop is now working properly ; - #157 A new prop is coming :
FlagIconButtonProps
to let you customize thearia-label
of the button:- Type:
Partial<IconButtonProps>
- Default:
undefined
- Type:
This prop let you to customize the IconButton
component of the flag.
Example
<MuiTelInput FlagIconButtonProps={{ 'aria-label': 'Ouvrir la liste des pays' }} />