Merge pull request #35404 from nextcloud/backport/34642/stable25

[stable25] Revert minimum length for tags
This commit is contained in:
Simon L 2022-11-24 18:56:58 +01:00 committed by GitHub
commit afba77caee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 8 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
},

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long