Skip to content

Commit 4311c18

Browse files
committed
fix(typeahead): hide on blur when item was hovered
fixes #1495
1 parent bd5171a commit 4311c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/typeahead/typeahead-container.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export class TypeaheadContainerComponent {
166166
return itemStr;
167167
}
168168

169+
@HostListener('mouseleave')
169170
@HostListener('blur')
170171
public focusLost(): void {
171172
this.isFocused = false;

0 commit comments

Comments
 (0)