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.
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; |