diff --git a/src/app/directives/templateParamSelector.js b/src/app/directives/templateParamSelector.js index 545e2e89661..194dfbdcb40 100644 --- a/src/app/directives/templateParamSelector.js +++ b/src/app/directives/templateParamSelector.js @@ -38,7 +38,7 @@ function (angular, app, _, $) { $input.attr('data-provide', 'typeahead'); $input.typeahead({ minLength: 0, - items: 10, + items: 1000, updater: function(value) { $input.val(value); $input.trigger('blur');