There is no way to have such kind of functionality for select ( except of separate ajax call )
For combo and richselect you can configure the suggestion popup http://webix.com/snippet/89a299bd
Richselect is a good option, but I have 2 concerns:
Fairly new kid on the block.
Has some unexpected behaviour, like when you click on the field, it opens a list-box, and overlap controls below.
When I click on Richselect field again, I expect it to collapse the list so that I can move to next item on the form. Instead it keeps the list open and does not give me access to other items.
There maybe more issues like this, I did not have time to test.
Performance.
Is the any way to see how long does it take for Reachselect to load and open a list-box of 500 items?
Thanks for info.
I’m a little confused with Select and Richselect - which one to select.
These 2 controls have similar functionality, Richselect exceeds.
What is the purpose to have both?
Select is a wrapper for native html select, it has all benefits ( html5 atrributes ) of html select but can show only plain text data ( no images, not styling ). On touch platform it will work better ( native touch UI for select controls )
Richselect is a custom component, it can render any html as value and in options list ( images, styling, etc. ). You can use all list API ( data loading, editing, selecting, saving, etc. )
Tried to load richselect options via URL and XML data formatted like in example above (data+item instead of options+option). Still no success: http://webix.com/snippet/c2840a3b