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

Default value: ','

A value that specifies the separator for the multiple selected items text in the textbox.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijcombobox("option", "multipleSelectionSeparator");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijcombobox("option", "multipleSelectionSeparator", newValue);
        
});
var multipleSelectionSeparator : string;
See Also

Reference

options type
wijcombobox jQuery Widget