Wijmo UI for the Web
selectOnItemFocus Field
wijmo.combobox Namespace > WijComboboxOptions Interface : selectOnItemFocus Field

A value that determines whether to select the item when the item gains focus or is activated.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: boolean
value = instance.selectOnItemFocus;
var selectOnItemFocus : boolean;
See Also

Reference

WijComboboxOptions Interface