Description
I couldn't find any issue related to the onblur, so I am creating this.
the current src code:
@HostListener('blur')
public onBlur(): void {
if (this._container && !this._container.isFocused) {
this.typeaheadOnBlur.emit(this._container.active);
this.hide();
}
}
I would expect a configuration option whether hide or not the results.