Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@viclafouch viclafouch released this 11 Nov 21:08
· 3 commits to master since this release

🚨 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 the aria-label of the button:
    • Type: Partial<IconButtonProps>
    • Default: undefined

This prop let you to customize the IconButton component of the flag.

Example

<MuiTelInput FlagIconButtonProps={{ 'aria-label': 'Ouvrir la liste des pays' }} />