separator

sets a delimiter for multisuggest values

string separator;

Example

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


Default value:

","
Details

The property should be used if you work with the multisuggest initialized separately and need to redefine the delimiter.

By default multisuggest values are separated by a comma.

If it's a part of a multiselect control, use the same-name property in multiselect configuration.

Back to top