angular-material-components icon indicating copy to clipboard operation
angular-material-components copied to clipboard

[Angular 10] Keyboard navigation broken

Open eXalleR- opened this issue 2 years ago • 0 comments

Just open this demo, then open the calendar and try to change the date by keyboard arrow keys. https://stackblitz.com/edit/demo-ngx-mat-datetime-picker-angular10?file=src%2Fapp%2Fapp.component.ts

BTW it works on 9x and 17x 9x: https://stackblitz.com/edit/demo-ngx-mat-datetime-picker-angular9?file=src%2Fapp%2Fapp.component.ts (the only focus CSS is missing, but keyboard navigation works) 17x: https://stackblitz.com/edit/demo-ngx-mat-datetime-picker?file=src%2Fapp%2Fapp.component.ts (the only focus CSS is missing, but keyboard navigation works)

eXalleR- avatar Nov 24 '23 14:11 eXalleR-