Skip to content

Can HierarchicalMenu display > 1 level without a user selection? #5671

Answered by Haroenv
avremel asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately, the design for the hierarchical menu has joined the concepts of refining and displaying the levels, as each level requires its own query, which needs to know about the preceding levels existing. Without user-input this would result in a waterfall of requests, which couldn't be a good experience.

If you have a somewhat limited number of top-level items, you could recreate the experience with a hardcoded (or dynamic widgets) set of hierarchical menus on the first level, each starting on the second level.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by avremel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants