Skip to content

Commit b45c62a

Browse files
authored
Merge pull request #34642 from nextcloud/bug/noid/revert-minimum-lenght-for-tags
2 parents 5f3585d + e665c81 commit b45c62a

File tree

6 files changed

+6
-8
lines changed

6 files changed

+6
-8
lines changed

apps/systemtags/src/systemtagsfilelist.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
toggleSelect: true,
111111
separator: ',',
112112
query: _.bind(this._queryTagsAutocomplete, this),
113-
minimumInputLength: 3,
114113

115114
id(tag) {
116115
return tag.id

core/src/systemtags/systemtagsinputfield.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ import templateSelection from './templates/selection.handlebars'
385385
multiple: this._multiple,
386386
toggleSelect: this._multiple,
387387
query: _.bind(this._queryTagsAutocomplete, this),
388-
minimumInputLength: 3,
389388
id: function(tag) {
390389
return tag.id
391390
},

dist/core-systemtags.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-systemtags.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/systemtags-systemtags.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/systemtags-systemtags.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)