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.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijcombobox("option", "inputTextInDropDownList"); // Set value var newValue; // Type: boolean $(".selector").wijcombobox("option", "inputTextInDropDownList", newValue); }); |
Javascript (Specification) | |
---|---|
var inputTextInDropDownList : boolean; |