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 In the month selector on browsers that do not support input type month, the user cannot select a month with the keyboard.
month
This is due to the form submit element not being tabbable nor the form being submittable by pressing the enter key.
To Reproduce You need to use a browser that does not support month pickers, e.g. Firefox, to replicate this.
Expected behavior The month picker should support:
Screenshots
Desktop (please complete the following information):
Additional context
This also applies to the "Go to current month" link
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In the month selector on browsers that do not support input type
month
, the user cannot select a month with the keyboard.This is due to the form submit element not being tabbable nor the form being submittable by pressing the enter key.
To Reproduce
You need to use a browser that does not support month pickers, e.g. Firefox, to replicate this.
Expected behavior
The month picker should support:
Screenshots
Desktop (please complete the following information):
Additional context
This also applies to the "Go to current month" link
The text was updated successfully, but these errors were encountered: