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

Default value: null

A value that specifies the input text of the combobox.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcombobox("option", "text");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcombobox("option", "text", newValue);
        
});
var text : string;
Remarks
When set the text by code, it will not affect the selectedIndex and selectedValue.
See Also

Reference

options type
wijcombobox jQuery Widget