mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Update TagField.js so tags with spaces can be added
The separator is hard coded as space or comma. Not much is lost if you just delete the space separator option. This allows people to add eg "Web Developer" as a job title tag.
This commit is contained in:
parent
5aeaaa9392
commit
989e7cae08
@ -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