mui/material-uiPublic Sponsor NotificationsYou must be signed in to change notification settings Fork32.4k Star94.4k Code Issues1.7k Pull requests163 Discussions Actions Projects5 Security Insights Additional navigation options New issue 2 tasks done ...
diff --git a/mui-3113.jsx b/mui-3113.jsx index 0b096ef..4f3d827 100644 --- a/mui-3113.jsx +++ b/mui-3113.jsx @@ -11,6 +11,7 @@ class Mui3113 extends React.Component { } handleRightIconClick = (e) => { + e.preventDefault(); console.log("handleRightIconClick"); } ...
Rule nameGlobal classDescription root.MuiListItemIcon-rootStyles applied to the root element. alignItemsFlexStart.MuiListItemIcon-alignItemsFlexStartStyles applied to the root element when the parentListItemusesalignItems="flex-start". You can override the style of the component thanks to one of thes...