Type: string
Default: ", "
Set the delimiter used when populating contacts in an HTML element.
By default, the contact picker will format contacts into a comma-delimited list when populating an HTML element. Use this option if you want to change the delimiter to something different. For example, you may want to use a line break to insert each contact on its own line in a textarea using:
cloudsponge.init({ contactsDelimiter: "\n" })
This option has no effect unless you are populating an HTML element that is decorated with the class="cloudsponge-contacts"
.