-
Notifications
You must be signed in to change notification settings - Fork 6.8k
refactor(datepicker): use common overlay keyboard handling #8941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(datepicker): use common overlay keyboard handling #8941
Conversation
@crisbeto please rebase |
d265ada
to
0fd1117
Compare
Rebased. |
@crisbeto passes presubmit, just needs rebase |
Switches the datepicker to use the `OverlayKeyboardDispatcher`, rather than managing the keyboard logic itself. This simplifies things and handles the cases where the popup won't close if it lost focus.
0fd1117
to
9ba9981
Compare
Rebased and fixed a test failure. |
Changing to minor release since it doesn't cherry-pick cleanly |
Switches the datepicker to use the `OverlayKeyboardDispatcher`, rather than managing the keyboard logic itself. This simplifies things and handles the cases where the popup won't close if it lost focus.
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. |
Switches the datepicker to use the
OverlayKeyboardDispatcher
, rather than managing the keyboard events itself. This simplifies things and handles the cases where the popup won't close if it lost focus.