focus()
sets focus in the input without opening a popup with options
focus(): void;
Example
combo.focus();
Related sample: Combobox. Focus
sets focus in the input without opening a popup with options
Example
combo.focus();
Related sample: Combobox. Focus