diff --git a/src/typeahead/typeahead.directive.ts b/src/typeahead/typeahead.directive.ts index 7846e5de72..38c75a3fb6 100644 --- a/src/typeahead/typeahead.directive.ts +++ b/src/typeahead/typeahead.directive.ts @@ -222,6 +222,7 @@ export class TypeaheadDirective implements OnInit, OnDestroy { } } + @HostListener('click') @HostListener('focus') onFocus(): void { if (this.typeaheadMinLength === 0) {