Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcombobox("option", "autoFilter");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcombobox("option", "autoFilter", newValue);
        
});
Javascript (Specification) 
var autoFilter : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijcombobox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.