var instance; // Type: wijmo.combobox.WijComboboxOptions; var value; // Type: boolean value = instance.autoFilter;
var autoFilter : boolean;
A value determines whether to shorten the drop-down list items by matching the text in the textbox after typing.
var instance; // Type: wijmo.combobox.WijComboboxOptions; var value; // Type: boolean value = instance.autoFilter;
var autoFilter : boolean;