RIchselect built in filter

HI,
I was wondering if there is some built in filtering for long lists in richselect. I have few of them and they have a very long list (list of countries or materials for example) and user needs to select only one. It would be nice to have some sort of filtering but I do not know if there is one for richselect.

I have found snippet from some other discussion and it requires some editing but it is not big deal. I just want to know if that already exists.

http://webix.com/snippet/368029f2

Event can be attached to textbox which will filter a list when user starts typing.

You can try to replace the “richselect” with “combo”
They are work in similar way, with one major difference, combo will filter list of options according to the typed text.

Thanks. That’s good idea.