Replies: 0 comments 2 replies
-
Are you wanting to have a hierarchical menu that only shows you the child levels having selected a level 1 parent item or are you wanting to have the ability to only show a certain number of child items but with a 'show more' button at this child level? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HierarchicalMenu showMore feature works at the parent level and child levels combinedly.
How to enable it only for child-level facet values independently?
I am referring to the link: https://react-instantsearch.netlify.app/storybook/?path=/story/hierarchicalmenu--playground
When I click the 'show more' button, it opens the facet values for all the selected levels (parent level and child levels combinedly).
I want a feature where I can see only facet values of a specific level and not all.
Beta Was this translation helpful? Give feedback.
All reactions