mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
This commit is contained in:
parent
e729b3734d
commit
6c71754e51
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user