diff options
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 }, |