Liam Mitchell

Results 5 comments of Liam Mitchell

This should be fixed by #977. Are you using the latest version?

After a little research, I see suggestions to cancel event handlers with **preventDefault** instead of stopPropagation. This allows bubbling but allows handlers to ignore events by checking `defaultPrevented`. If ripple...

I solved this in my case by attaching mousedown listeners on `body`. These get called before the react event listeners (attached to `document`) and let me close the menu before...

Have you tried setting disabled on the ListItem?

Apparently it comes from RippledComponentProps. It looks like it should be documented so open a PR if you want. I'm not a maintainer though so that's just my 2 cents.