Revert "Add minimumInputLength for tags select"

This reverts commit e1d9b0bae2.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2022-10-17 23:18:20 +02:00 committed by backportbot-nextcloud[bot]
parent 0d7ba732b7
commit 3c66e7caac
2 changed files with 0 additions and 2 deletions

View file

@ -110,7 +110,6 @@
toggleSelect: true,
separator: ',',
query: _.bind(this._queryTagsAutocomplete, this),
minimumInputLength: 3,
id(tag) {
return tag.id

View 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
},