You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the info! This makes the parent open by default but it still displays an arrow even tho it is not collapsible. At least the arrow should be hidden, but it would be nice if it also transforms visually more into a label as in my screenshot.
I added a type: 'label' on items like on DropdownMenu and ContextMenu to handle this that works only on vertical orientation, let me know what you think!
Description
Using NavigationMenu parent items are currently always collapsible. The following is not possible:
It would be an amazing to have a new prop
collapsible: boolean
. If set to true the parent is not clickable and the children are always visible.Additional context
No response
The text was updated successfully, but these errors were encountered: