jQuery.wijmo.wijcombobox Namespace > options type : inputTextInDropDownList Field |
Default value: false
A value that specifies the input text of the combobox is in dropdown list or not.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijcombobox.options.inputTextInDropDownList; |
Javascript (Specification) | |
---|---|
var inputTextInDropDownList : boolean; |