You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior?
When mat-select closed and focused, switching should not work with ctrl + ArrowUp / ctrl + ArrowDown ,like in classic html select.
What is the current behavior?
When mat-select closed and focused I can switch option with ctrl + ArrowUp / ctrl + ArrowDown hotkeys.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Windows 10 Pro 64bit, Google Chrome Version 70.0, Mozilla Firefox 63.0.1, Angular 6 / 7, Angular Material 6 / 7, TypeScript 3.1.
The text was updated successfully, but these errors were encountered:
Bug, feature request, or proposal:
Bug.
What is the expected behavior?
When
mat-select
closed and focused, switching should not work withctrl + ArrowUp
/ctrl + ArrowDown
,like in classic html select.What is the current behavior?
When
mat-select
closed and focused I can switch option withctrl + ArrowUp
/ctrl + ArrowDown
hotkeys.What are the steps to reproduce?
Demo Stackblitz
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Windows 10 Pro 64bit, Google Chrome Version 70.0, Mozilla Firefox 63.0.1, Angular 6 / 7, Angular Material 6 / 7, TypeScript 3.1.
The text was updated successfully, but these errors were encountered: