How to change the border color and inside color of Dhtmlx co


Combo doesn’t provide public methods to do that. The object of combo input can be got by DOMelem_input property. You can try to apply custom styles to this object:


var cInput = combo.DOMelem_input;