added spacebar as an action key.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
addOnBlur: true,
|
||||
maxTags: undefined,
|
||||
maxChars: undefined,
|
||||
confirmKeys: [13],
|
||||
confirmKeys: [13,32],
|
||||
delimiter: ',',
|
||||
delimiterRegex: null,
|
||||
cancelConfirmKeysOnEmpty: true,
|
||||
|
||||
Reference in New Issue
Block a user