You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a filter against a disjunctive facet via the addFilter method, the selected value may be hidden under the + More link when rendering through the <Facet> component.
Expected behavior
The selected facet value(s) should always be visible.
Screenshots
Given a facet with a large number of results:
After executing something like addFilter('category.keyword', 'Resource Collection') the selected 'Resource Collection' facet will not be visible until clicking + More:
Which backends and packages are you using:
Backend: Elasticsearch
Packages: react-search-ui
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Is this issue still important to you? If so, please leave a comment and let us know. As always, thank you for your contributions.
Describe the bug
When adding a filter against a disjunctive facet via the
addFilter
method, the selected value may be hidden under the+ More
link when rendering through the<Facet>
component.Expected behavior
The selected facet value(s) should always be visible.
Screenshots
Given a facet with a large number of results:
After executing something like
addFilter('category.keyword', 'Resource Collection')
the selected 'Resource Collection' facet will not be visible until clicking+ More
:Which backends and packages are you using:
Backend: Elasticsearch
Packages: react-search-ui
The text was updated successfully, but these errors were encountered: