Filter Combo onShow

Is there a way to filter the suggest list of a combo when the list is initially shown?

For example filtering the items by specific category using an external value. Currently it’s only filtered if something is typed.

Hello @Jendrik,

Is there a way to filter the suggest list of a combo when the list is initially shown?

While there is a way to apply an initial filter (i.e. https://snippet.webix.com/fzcs4tci), there is no way to combine both the initial and input filtering. You could, in theory, apply an additional filter right after you’ve already filtered the dataset, but the end result is not too promising: https://snippet.webix.com/5fzhbfcf.

Any chance something like this is going to be included in the near future?

Hello @Jendrik,
As a solution you can get value via getInputNode method and then apply the filter.
Please take a look at the snippet:
https://snippet.webix.com/kva9xy0s