Check documentation for the latest version of dhtmlxSuite setFocus DHTMLX Docs

setFocus

sets focus on the selected option (displayed in the input field)

void setFocus();

Example

myCombo.setFocus();

Change log

added in version 4.0

Back to top