Closed AshMcConnell closed 3 years ago
Hi Folks,
We are having a slight problem where the mat-select is firing hotkey events. Is there any way to avoid this?
Thanks for your help Ash
I realised I can check for mat-select when handling the shortcut: -
private handleShortcut($event): void { if ($event.target.nodeName === 'MAT-SELECT') { return; } .... }
Hi Folks,
We are having a slight problem where the mat-select is firing hotkey events. Is there any way to avoid this?
Thanks for your help Ash