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

A value that determines the minimum length of text that can be entered in the wijcombobox text box to issue an AJAX request.

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

Reference

WijComboboxOptions Interface