diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2022-11-24 12:17:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 12:17:02 +0100 |
commit | b45c62a2cfc6cc76023c475e4acad09929c76bc9 (patch) | |
tree | c1f571566833a4e890feeb296baae736a5d997d6 /core/src | |
parent | 5f3585d8175bab56899883457313fafa442fc9dc (diff) | |
parent | e665c819a7280d4a45e63bc3752562e0edab5540 (diff) | |
download | nextcloud-server-b45c62a2cfc6cc76023c475e4acad09929c76bc9.tar.gz nextcloud-server-b45c62a2cfc6cc76023c475e4acad09929c76bc9.zip |
Merge pull request #34642 from nextcloud/bug/noid/revert-minimum-lenght-for-tags
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/systemtags/systemtagsinputfield.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/src/systemtags/systemtagsinputfield.js b/core/src/systemtags/systemtagsinputfield.js index 1b6fb71f42d..5f298577386 100644 --- a/core/src/systemtags/systemtagsinputfield.js +++ b/core/src/systemtags/systemtagsinputfield.js @@ -385,7 +385,6 @@ import templateSelection from './templates/selection.handlebars' multiple: this._multiple, toggleSelect: this._multiple, query: _.bind(this._queryTagsAutocomplete, this), - minimumInputLength: 3, id: function(tag) { return tag.id }, |