Wijmo UI for the Web
autoFilter Field
wijmo.combobox Namespace > WijComboboxOptions Interface : autoFilter Field

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

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: boolean
value = instance.autoFilter;
var autoFilter : boolean;
See Also

Reference

WijComboboxOptions Interface