]> source.dussan.org Git - nextcloud-server.git/commitdiff
Revert "Add minimumInputLength for tags select"
authorDaniel Kesselberg <mail@danielkesselberg.de>
Mon, 17 Oct 2022 21:18:20 +0000 (23:18 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Thu, 24 Nov 2022 11:24:28 +0000 (11:24 +0000)
This reverts commit e1d9b0bae20510526b0d00c2afe464945847face.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/systemtags/src/systemtagsfilelist.js
core/src/systemtags/systemtagsinputfield.js

index 5f2eae521b2558b6ea7333a142cbf8d08f16203e..04ce6aebd4bc00f4f03228655521f9eb9d4ad186 100644 (file)
                                        toggleSelect: true,
                                        separator: ',',
                                        query: _.bind(this._queryTagsAutocomplete, this),
-                                       minimumInputLength: 3,
 
                                        id(tag) {
                                                return tag.id
index 1b6fb71f42dc2162a6df182e0ac2406492825e2d..5f298577386b25163b92c7fe59601eb43fc5b28c 100644 (file)
@@ -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
                                        },