Replies: 0 comments 2 replies
-
If a user would like to "remove" that applied filter, how could they do it when the filter which is set is no longer displaying? |
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
-
Algolia provides a feature showParentLevel={boolen}.
How to achieve similar to this feature where a user can only see the children of selected facet values?
An example use case:
Step1: We have facet values at level-0 as below
Step2: On selection of B0, only the tree of B0 should display (assume B0 has S1, T1, U1 facet values in it)
Step3: On selection of S1, the same level should display as there is no child to S1.
Beta Was this translation helpful? Give feedback.
All reactions