Patch Changes
-
#7345
af721fe26017cbe11ec997574908b40862a51a63Thanks @tysoncung! - fix(mui): respect customstartIconwhenhideTextis true on all button componentsWhen
hideText={true}is used with a customstartIcon, all MUI button components (ShowButton,EditButton,DeleteButton,CloneButton,CreateButton,ListButton,RefreshButton,SaveButton,ExportButton,ImportButton) ignored the custom icon and always showed the default one. This also caused two icons to appear at the same time.Now the custom
startIconis used when provided, and the default icon is only used as a fallback.Resolves #7343