Loading src/mention/mention.directive.ts +3 −1 Original line number Diff line number Diff line Loading @@ -65,8 +65,10 @@ export class MentionDirective { blurHandler(event: any) { this.stopEvent(event); this.stopSearch = true; if (this.searchList) { this.searchList.hidden = true; } } keyHandler(event: any, nativeElement: HTMLInputElement = this._element.nativeElement) { let val: string = getValue(nativeElement); Loading Loading
src/mention/mention.directive.ts +3 −1 Original line number Diff line number Diff line Loading @@ -65,8 +65,10 @@ export class MentionDirective { blurHandler(event: any) { this.stopEvent(event); this.stopSearch = true; if (this.searchList) { this.searchList.hidden = true; } } keyHandler(event: any, nativeElement: HTMLInputElement = this._element.nativeElement) { let val: string = getValue(nativeElement); Loading