azmenak / material-ui-nested-menu-item

Drop-in replacement for MUI's MenuItem with infinitely nested menus, and open on hover
73 stars 44 forks source link

All Menu Items are closed on mouse scrolling #10

Open vipulgupta27 opened 3 years ago

vipulgupta27 commented 3 years ago

Open this url to see the issue. https://codesandbox.io/s/material-ui-nested-menu-item-example-forked-4l9zn?file=/src/App.tsx

Click on Button 3 and try to scroll. It will be closed all menu item. We need your response. Your cooperation is highly appreciated.

ajmhyd commented 3 years ago

@vipulgupta27 Remove onClick={handleItemClick} from Button 3.

mdy405 commented 3 years ago

unable to scroll at all !

moshetet commented 2 years ago

I've open a pull request with a fix: https://github.com/azmenak/material-ui-nested-menu-item/pull/24

tushar32 commented 2 years ago

Is this resolved?

WalidTouil commented 1 year ago

any updates on scroll issues ?!