-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[DateRangePicker] Allow date picker popover to be closed by esc key press #7033
Conversation
Generate changelog in
|
Close picker in DateRangeInput when escape key is pressedBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Add testsBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
packages/datetime/src/components/date-range-input/dateRangeInput.tsx
Outdated
Show resolved
Hide resolved
packages/datetime2/src/components/date-range-input3/dateRangeInput3.tsx
Outdated
Show resolved
Hide resolved
Remove focus input checks and optimistically blur all input elementsBuild artifact links for this commit: documentation | landing | table | demoThis is an automated comment from the deploy-preview CircleCI job. |
Fixes #0000
Checklist
Changes proposed in this pull request:
<DatePicker>
popover on<DateRangeInput>
when the"Escape"
key is pressed.<DateRangeInput>
popover behavior with the existing Escape-to-close functionality already implemented in DateInputScreenshot