jQuery.wijmo.wijcombobox Namespace > options type : autoFilter Field |
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) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcombobox.options.autoFilter; |
Javascript (Specification) | |
---|---|
var autoFilter : boolean; |