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
fix(material/datepicker): fix date picker shortcuts (#25951)
* fix(material/datepicker): fix date picker shortcuts
Fixes a bug in the Angular Material `datepicker` component where the
datepicker should open/close only on alt+down and alt+up respectively
but using shift + ctrl + alt + down or ctrl + alt + down the datepicker
was opening, and same happens for closing the date picker added a
condition to check if ctrl, shift or meta keys are present and if it
is present restricting datepicker to not to open/close.
Fixes#25868
* fix(material/datepicker): fix date picker shortcuts
Fixes a bug in the Angular Material datepicker component where the datepicker should open/close only on alt+down and alt+up respectively but using shift + ctrl + alt + down or ctrl + alt + down the datepicker was opening, and same happens for closing the date picker added a condition to check if ctrl, shift or meta keys are present and if it is present restricting datepicker to not to open/close.
Fixes #25868
0 commit comments