We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Month in Month Picker and Year in Year Picker cannot be selected by pressing the "Space" on keyboard. Only "Enter" works.
To Reproduce
Expected behavior New value is selected according to the https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
refactor: ♻️ Move the isSpaceKeyDown check to a helper function for r…
7e82975
…euse Closes Hacker0x01#4482
Merge pull request #4512 from qburst/issue-4482/fix/enable-space-clic…
833bb68
…k-on-year-and-month-picker Fix #4482: Update Month Picker and Year Picker to select dates also on press of "SPACE" key
Successfully merging a pull request may close this issue.
Describe the bug
Month in Month Picker and Year in Year Picker cannot be selected by pressing the "Space" on keyboard. Only "Enter" works.
To Reproduce
Expected behavior
New value is selected according to the https://www.w3.org/WAI/ARIA/apg/patterns/dialog-modal/examples/datepicker-dialog/
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: