diff --git a/components/typeahead/typeahead.directive.ts b/components/typeahead/typeahead.directive.ts index 527936eedf..44769bb18c 100644 --- a/components/typeahead/typeahead.directive.ts +++ b/components/typeahead/typeahead.directive.ts @@ -108,7 +108,7 @@ export class TypeaheadDirective implements OnInit { } } - @HostListener('focus', ['$event.target']) + @HostListener('focus') public onFocus():void { if (this.typeaheadMinLength === 0) { this.typeaheadLoading.emit(true);