wijmo.combobox.wijcombobox Namespace > options type : selectOnItemFocus Option |
Default value: false
A value that determines whether to select the item when the item gains focus or is activated.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijcombobox("option", "selectOnItemFocus"); // Set value var newValue; // Type: boolean $(".selector").wijcombobox("option", "selectOnItemFocus", newValue); }); |
Javascript (Specification) | |
---|---|
var selectOnItemFocus : boolean; |