sets a delimiter for multisuggest values
{ view:"multisuggest", separator:true }
The property should be used if work with the multisuggest inited separately and need to redefine the delimiter.
If it's a part of a multiselect control, use the same-name property in multiselect configuration.
Back to top