Wijmo UI for the Web
selectOnItemFocus Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcombobox("option", "selectOnItemFocus");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcombobox("option", "selectOnItemFocus", newValue);
        
});
var selectOnItemFocus : boolean;
See Also

Reference

options type
wijcombobox jQuery Widget