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
I'm trying to replicate the nested menu from http://semantic-ui.com/collections/menu.html
It is the example with the left aligned Wrench icon dropdown and the 'Search Animals' search box.
Since your documentation is currently light, I'm struggling to figure out if nested menus is supported by playing.
This code ends up with 'Hi' menu item having a arrow icon indicating a sub menu, but clicking does nothing. I would expect since DropdownMenu requires explicit active toggling of it, but this doesn't work, nor seems a correct approach anyway.
I've tried nesting a Menu instead of DropdownMenu as well.
Oh sorry, nested menus are not supported yet.
Currently dropdownmenu is fully controlled component so you need to control active prop for nested menu (similar as for broken nested accordion for example 😄 ) . But probably the markup will be broken in such case anyway.
Ahh. Thanks, no problem. Not even sure why I settled on that particular scenario to test.
Genuinely looking forward to seeing this at feature parity with Semantic since it's such a sweet UI library. If I had any decent UI dev skills I'd help!
Thanks for your great work here.
I'm trying to replicate the nested menu from http://semantic-ui.com/collections/menu.html
It is the example with the left aligned Wrench icon dropdown and the 'Search Animals' search box.
Since your documentation is currently light, I'm struggling to figure out if nested menus is supported by playing.
This code ends up with 'Hi' menu item having a arrow icon indicating a sub menu, but clicking does nothing. I would expect since DropdownMenu requires explicit active toggling of it, but this doesn't work, nor seems a correct approach anyway.
I've tried nesting a Menu instead of DropdownMenu as well.
The text was updated successfully, but these errors were encountered: