We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fc3f0 commit 070b79bCopy full SHA for 070b79b
app/javascript/activeadmin_addons/inputs/tags.js
@@ -18,7 +18,7 @@ var initializer = function() {
18
multiple: true,
19
tags: true,
20
data: collection,
21
- tokenSeparators: $(el).data('tokenSeparators')
+ tokenSeparators: $(el).data('tokenSeparators') || [',']
22
};
23
24
if (!!isRelation) {
0 commit comments