Combo template text color

Hi there is a way to change the text color of a combo with template?
here the example
http://webix.com/snippet/aa7fa058
Thx

The onChange is what I was looking for
thx very much

Hello.

If you apply your colored style to the template of your suggest body?
http://webix.com/snippet/8af3a474
Is that what you want?

Jonathan

No i want to change the color of text in combo not in the suggest list
thx

You can use a default css property, if you want to change color for all values

http://webix.com/snippet/e557f2f0

If you need to change the color on the fly, use onChange event handler

http://webix.com/snippet/57f22bdd