how to support multiple selections in a hierarchical menu #6001
Unanswered
louna-nysaa
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Sorry, this is not a feature hierarchical menu has, due to the complexity of queries that would need to be done to calculate the count correctly. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone! 👋
I'm currently working on implementing a hierarchical menu for my categories in a web application. In my third level of subcategories, I've introduced checkboxes, and I'm aiming to allow multiple selections for users.
i was tring to set refine to array value but not working
I'm using the connectHierarchicalMenu from react-instantsearch-dom. My challenge is figuring out how to handle multiple selections in level 3 checkboxes and then get results accordingly.
Any insights or examples on how to achieve this would be greatly appreciated! Thanks in advance! 🚀
Beta Was this translation helpful? Give feedback.
All reactions