The current implementation of the Native Menu component doesn't provide some configuration options that are available in the Kendo UI for Angular suite.
Can you add the following configurations of the openOnClick property as it is available in the Angular suite?
- "leave"—The items open on hover until either an item is selected, or the mouse pointer leaves the Menu and the predefined delay passes.
- "click"—The items open on hover but do not close when the mouse pointer leaves the Menu. To close the items and avoid opening the Menu on hover, the user has to click a random place on the page.