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

A value that determines the duration (in milliseconds) of the time to delay before autocomplete begins after typing stops.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: number
value = instance.delay;
var delay : number;
See Also

Reference

WijComboboxOptions Interface