Home » Topics » Technical and configuration issues » New features requests » Show more facet items if requested
Could you add an option on the facets to show an limited amount of facet items, but let the visitor see more if requested?
Like a button “see more” for instance.
This is a very reasonable demand indeed for websites with lots of facet content, like with product attributes colors for instance.
It can be done with some css, by adding an overflow: scroll;
overflow: scroll;
(This will add a scrollbar to the facet)
See https://developer.mozilla.org/fr/docs/Web/CSS/overflow
Or, more simply, you could use the select box, or even select2 box, layout on your facet.
You must be logged in to reply to this topic.