Is that able to add tooltip for richselect widget in form?

Sometimes, label is too long, and user want to see the full text.

Now, there is no way to hover the label of richselect widget?!

Hello,

you can set “title” property for richselect input on value change:

http://webix.com/snippet/9ac399a2

No, I mean that when the label of richselect is too long, I want to show the full label by tooltip. But it doesn’t work

http://webix.com/snippet/e7d85efc

Form controls will support “tooltip” property in the next build. As the workaround you can use try to set title for the view container:

http://webix.com/snippet/57224190

Thanks!