Adding a second icon to combo

Hi, is there a way to add a second icon to an editor combo? I need a reset button to set an extra value not present in the combo list.
Thank you

Hi,

You can create a custom Combo with 2 icons painted by its $renderIcon method and attach a click handler to the “reset” icon

Check the following snippet, please: http://webix.com/snippet/e7488ff6

Ok, thank you very much Helga.