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

A value that specifies the selection mode of wijcombobox.

Syntax
var instance; // Type: wijmo.combobox.WijComboboxOptions;
var value; // Type: string
value = instance.selectionMode;
var selectionMode : string;
Remarks
Possible options are: "single" and "multiple".
See Also

Reference

WijComboboxOptions Interface