jQuery.wijmo.wijcombobox Namespace > options type : selectOnItemFocus Field |
Default value: false
A value that determines whether to select the item when the item gains focus or is activated.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcombobox.options.selectOnItemFocus; |
Javascript (Specification) | |
---|---|
var selectOnItemFocus : boolean; |