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

Default value: true

A value determines whether to shorten the drop-down list items by matching the text in the textbox after typing.

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

Reference

options type
wijcombobox jQuery Widget