Dynamic Tooltip update for Combo

Hi,

I need to update the tooltip with selected combo option value in onChange event. Could you please share the snippet.

Thanks in advance,
Faruq Shaik.

Sorry but it is not clear which tooltip you need to update.

Hi Maksim,

Thanks for quick reply.

My requirement is to update the combo tooltip when onChange event is triggered with selected value. Here is the sample code which I am using.

http://webix.com/snippet/956ecf9c

Thanks in Advance,

Faruq Shaik.

Check
http://webix.com/snippet/5feebf3f

You can access HTML input by using this.getInputNode() and set an attribute for this element.