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

A value that determines whether to start the auto-complete function after typing in the text if a match exists.

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

Reference

WijComboboxOptions Interface