Wijmo UI for the Web
isEditable Option
wijmo.combobox.wijcombobox Namespace > options type : isEditable Option

Default value: true

A value that determines whether input is editable.

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

Reference

options type
wijcombobox jQuery Widget