Wijmo UI for the Web
getSelectedItems Method
wijmo.combobox Namespace > wijcombobox type : getSelectedItems Method
Get the select item(s) in combobox.
Syntax
$(function () {
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijcombobox("getSelectedItems");
});
function getSelectedItems() : array;

Return Value

array object or empty array.
Remarks
when using multiple mode, it will return array object. If no item is selected, it will return null or empty array.
See Also

Reference

wijcombobox type
wijcombobox jQuery Widget