Skip to content

Commit

Permalink
deposit: add comma as keyword separator
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Aug 7, 2024
1 parent 3e5456d commit d78a334
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"type": "uiselectmultiple",
"notitle": false,
"placeholder": "Keywords",
"description": "Search or add keywords as a comma separated list e.g. keyword1, keyword2 etc.",
"options": {
"refreshDelay": 100,
"mergeObjects": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"key": "keywords",
"type": "uiselectmultiple",
"placeholder": "Keywords",
"description": "Search or add keywords as a comma separated list e.g. keyword1, keyword2 etc.",
"options": {
"refreshDelay": 100,
"mergeObjects": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ng-if="form.options.tagging == true"
multiple
tagging="form.formatTokenTags"
tagging-tokens="SPACE|,|/"
tagging-tokens=","
tagging-label="(custom 'new')"
ng-model="internalModelTags"
sortable="form.options.sortable||false"
Expand Down

0 comments on commit d78a334

Please sign in to comment.