HiI want a change the color of my igCombo when i select one item, but when i select one item the igCombo doesnt change any class.There is any option on igCombo to do that?Thanks
Hello,
Thank you for contacting us.
You can use selectionChanged event of the combo - http://www.igniteui.com/help/api/2016.1/ui.igcombo#events:selectionChanged.
and change whatever you like. This is a sample which changes the combo border color when the selection is changed - http://jsfiddle.net/fpbrtza5/1/.
Please let me know if you need anything else.