New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dropdown-menu with dropdown-submenu #16387
Comments
|
This feature was purposefully removed by @mdo as he feels that submenus aren't great UX, particularly on mobile. |
|
What's the alternative? |
|
I believe there wasn't any one-size-fits-all suggestion beyond reworking your information architecture to not require nested menus. |
|
The only issue with multi-level menus I see when browsing the other issues is that hover is not possible on mobile. IMO this can be simply resolved by also expanding on click, not only hover. Best of both worlds IMO. Single-level menus are IMO crap for navigation. I hate when i have to click multiple times to reach some part of the web site. |
|
I'm attempting to use a sub menu in a Dashboard Application and at the moment bootstrap seems to be the best solution, but it's resulted in fair bit of hacky code seeing as the sub nav isn't there anymore. I'd like to see it reintroduced at some stage if it's still up for discussion. It definitely has it's place in applications, if not in normal websites. |
Hi guys,
In older versions (e.g 2.x.x) you could add sub-menus to a dropdown, but in version 3.x.x this feature is missing.
The text was updated successfully, but these errors were encountered: