wijmo.combobox.wijcombobox Namespace > options type : minLength Option |
Default value: 4
A value that determines the minimum length of text that can be entered in the wijcombobox text box to issue an AJAX request.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijcombobox("option", "minLength"); // Set value var newValue; // Type: number $(".selector").wijcombobox("option", "minLength", newValue); }); |
Javascript (Specification) | |
---|---|
|