Check documentation for the latest version of dhtmlxSuite hide DHTMLX Docs

hide

the method hides the whole combo control

void hide();

Example

myCombo.hide();

Details

in order to hide (close) the list of options use the closeAll method

Change log

added in version 4.0

Back to top