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

A value that specifies the input text of the combobox.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: string
value = instance.text;
var text : string;
Remarks
When set the text by code, it will not affect the selectedIndex and selectedValue.
See Also

Reference

WijComboboxOptions Interface