fix(material/datepicker): fix date picker shortcuts#25951
fix(material/datepicker): fix date picker shortcuts#25951mmalerba merged 2 commits intoangular:mainfrom
Conversation
|
@sasidharansd can you run |
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 angular#25868
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 angular#25868
eea660f to
0524c05
Compare
Done, I have ran the cmd and updated the PR. |
|
@mmalerba This is my first time contributing. Could you please help me to know. is there anything that I should be doing more or is everything done from my end and I should be wait for the pr to be reviewed ? |
|
There is nothing to be done on your end for the moment. We need to run this against Google's internal tests and make sure everything passes. We'll reach out if there are issues |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Fixes a bug in the Angular Material
datepickercomponent 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