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

A value that specifies the value of the item to select when using single mode.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: any
value = instance.selectedValue;
var selectedValue : any;
Remarks
If no item is selected, it will return null.
See Also

Reference

WijComboboxOptions Interface