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
The show prop is hardcoded in FacetContainer, so every facet (View) gets a sliced facetValues array passed as options prop. This is not desirable for facets like SingleSelectFacet, which do not have a mechanism for showing more options by clicking on a "More" link for example. Should the show prop be taken care of by the individual facet components? Or maybe a wider opt-in/opt-out feature for slicing facetValues?
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.
The
show
prop is hardcoded inFacetContainer
, so every facet (View
) gets a slicedfacetValues
array passed asoptions
prop. This is not desirable for facets likeSingleSelectFacet
, which do not have a mechanism for showing more options by clicking on a "More" link for example. Should the show prop be taken care of by the individual facet components? Or maybe a wider opt-in/opt-out feature for slicingfacetValues
?Gitter references
Addendum
Note that you can work around this "issue" by simply setting
show={9999}
for example. Although in my opinion, it's not that elegant.The text was updated successfully, but these errors were encountered: