mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Revert "Add minimumInputLength for tags select"
This reverts commit e1d9b0bae2.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
0d7ba732b7
commit
3c66e7caac
2 changed files with 0 additions and 2 deletions
|
|
@ -110,7 +110,6 @@
|
|||
toggleSelect: true,
|
||||
separator: ',',
|
||||
query: _.bind(this._queryTagsAutocomplete, this),
|
||||
minimumInputLength: 3,
|
||||
|
||||
id(tag) {
|
||||
return tag.id
|
||||
|
|
|
|||
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue