Hi everyone,
I’m using the KendoReact Menu component, which opens on hover. However, I’ve noticed that when clicking on a MenuItem (in our case, we’re opening a side panel from a grid item), the menu does not automatically close. I couldn’t find any prop in the documentation that controls this behavior.
Additionally, I’m curious about the decision to stop rendering the menu inside a portal in versions 9+. This change impacts how the menu behaves in certain layouts.
• Is there a built-in way to make the menu close when a MenuItem is clicked?
• If not, what would be the best way to achieve this?
Any guidance or workarounds would be greatly appreciated!