separator

sets a delimiter for control's values

string separator;

Example

{view:"multiselect", separator:"-"}


Default value:

","
Details

The delimiter is used in the setValue method and in the result of the getValue method.

Back to top