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

Default value: false

A value that specifies the input text of the combobox is in dropdown list or not.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijcombobox("option", "inputTextInDropDownList");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijcombobox("option", "inputTextInDropDownList", newValue);
        
});
var inputTextInDropDownList : boolean;
Remarks
It's readonly option, if user typed text is not in dropdown list, it returns false; if user selects a item form the dropdown list or typed text in dropdown list, it returns true.
See Also

Reference

options type
wijcombobox jQuery Widget