@HostListener('document:keydown.escape', ['$event']) onKeydownHandler(evt: KeyboardEvent) { this.showAutocomplete = false; }