Supercharged tags input

This commit is contained in:
Mehdi Benadel
2024-05-28 00:36:49 +02:00
parent 5cc130e417
commit cc75aadeb4
6 changed files with 318 additions and 47 deletions

View File

@ -150,7 +150,7 @@ export class ChannelConfigurationElement extends LivechatElement {
entries: {
inputType: 'tags',
default: [],
separator: '\n'
separators: ['\n', '\t', ';']
},
regex: {
inputType: 'checkbox',