Pivot multiselect and multi-select/multicombo

On https://snippet.webix.com/uj1a78ue I am creating a filter with ‘multiselect’. When I filter a series of values, they all display individually, which at some point is not desirable because of the space it takes.

If I go on the ‘click to configure’, I see that the filter is ‘multiselect’, but I can switch it to ‘multi-select’. This is the same, except that now it shows “3 item(s)” instead, which I prefer in my case.

It looks to me like there are 2 types: ‘multiselect’ (which shows as such) and ‘multicombo’ (which shows as multi-select).

Perhaps it would be good to have both selectable when defining a filter?

Apologies for the delay,

Perhaps it would be good to have both selectable when defining a filter?

This behaviour will be revisited and adjusted, thank you for the heads up!

Most likely, the default behaviour will force the multicombo/multiselect filter to have the tagMode option set to false. This means that the filter will only display the count of the currently selected items instead of displaying their individual names (setting this option to true can easily break the positioning of other items in the toolbar).