mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Merge pull request #24 from asecondwill/patch-2
Update TagField.js so tags with spaces can be added
This commit is contained in:
commit
fb049075d4
@ -37,7 +37,7 @@
|
||||
|
||||
var options = {
|
||||
'tags': true,
|
||||
'tokenSeparators': [',', ' ']
|
||||
'tokenSeparators': [',']
|
||||
};
|
||||
|
||||
if ($select.attr('data-ss-tag-field-suggest-url')) {
|
||||
|
Loading…
Reference in New Issue
Block a user