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...
tintin1343 added a commit to tintin1343/material-ui that referenced this issue Mar 4, 2016 Resolves mui#3556 … 78c90c4 tintin1343 added a commit to tintin1343/material-ui that referenced this issue Mar 6, 2016 Add stopPropagation in touch ripple to avoid touch event bubbling … ebcb796...