Wijmo UI for the Web
minLength Option
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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcombobox("option", "minLength");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcombobox("option", "minLength", newValue);
        
});
var minLength : number;
See Also

Reference

options type
wijcombobox jQuery Widget