added spacebar as an action key.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-31 08:22:01 -07:00
parent a54857c6bf
commit ca65a6fb71

View File

@@ -18,7 +18,7 @@
addOnBlur: true,
maxTags: undefined,
maxChars: undefined,
confirmKeys: [13],
confirmKeys: [13,32],
delimiter: ',',
delimiterRegex: null,
cancelConfirmKeysOnEmpty: true,