diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2022-10-17 23:18:20 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2022-11-07 15:14:48 +0100 |
commit | 3c83b7a9fdb2e5b8b40bb05c1778fb2d9caaa226 (patch) | |
tree | 46558206993fa26378bff256c97692fdaba76c51 /core/src | |
parent | f5181f36828c9407f7e5fd4ca5cad27ed2baf88c (diff) | |
download | nextcloud-server-3c83b7a9fdb2e5b8b40bb05c1778fb2d9caaa226.tar.gz nextcloud-server-3c83b7a9fdb2e5b8b40bb05c1778fb2d9caaa226.zip |
Revert "Add minimumInputLength for tags select"
This reverts commit e1d9b0bae20510526b0d00c2afe464945847face.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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 }, |