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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.