Check documentation for the latest version of dhtmlxSuite unSelectOption DHTMLX Docs

unSelectOption

unselects the option selected in the list

void unSelectOption();

Example

myCombo.unSelectOption();

Back to top