(cherry picked from commit 3866debae9)
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
co-authored by
Torkel Ödegaard
parent
54bd556843
commit
ffc7d688c2
@@ -35,8 +35,8 @@ coreModule.directive('bsTypeahead', [
|
||||
return value;
|
||||
},
|
||||
});
|
||||
var typeahead = element.dat('typeahead');
|
||||
typeahead.lookup = function (ev: any) {
|
||||
var typeahead = element.data('typeahead');
|
||||
typeahead.lookup = function () {
|
||||
var items;
|
||||
this.query = this.$element.val() || '';
|
||||
if (this.query.length < this.options.minLength) {
|
||||
|
||||
Reference in New Issue
Block a user