Wijmo UI for the Web
inputTextInDropDownList Field
wijmo.combobox Namespace > WijComboboxOptions Interface : inputTextInDropDownList Field

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

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: boolean
value = instance.inputTextInDropDownList;
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

WijComboboxOptions Interface