Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/systemtags/src/systemtagsfilelist.js')
-rw-r--r--apps/systemtags/src/systemtagsfilelist.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/systemtags/src/systemtagsfilelist.js b/apps/systemtags/src/systemtagsfilelist.js
index 69e63706264..5f2eae521b2 100644
--- a/apps/systemtags/src/systemtagsfilelist.js
+++ b/apps/systemtags/src/systemtagsfilelist.js
@@ -110,6 +110,7 @@
toggleSelect: true,
separator: ',',
query: _.bind(this._queryTagsAutocomplete, this),
+ minimumInputLength: 3,
id(tag) {
return tag.id
@@ -148,8 +149,7 @@
},
formatSelection(tag) {
- return OC.SystemTags.getDescriptiveTag(tag)[0]
- .outerHTML
+ return OC.SystemTags.getDescriptiveTag(tag).outerHTML
},
sortResults(results) {