richselect options tooltip?

Hello,

For a richselect, Is there any way of showing a tooltip for the options that are shown in the suggest popup?

I only saw an example that works for the chosen option tooltip. I tried different ways without no success…
http://webix.com/snippet/583b8933

Thanks!

Hi,

By default, suggest contains the ui.list. You can set the tooltip property for it:

http://webix.com/snippet/9743f133

Thanks, it works!