Wijmo UI for the Web
autoComplete Option
wijmo.combobox.wijcombobox Namespace > options type : autoComplete Option

Default value: true

A value that determines whether to start the auto-complete function after typing in the text if a match exists.

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

Reference

options type
wijcombobox jQuery Widget