Domain: accessibilityP1Package: datetimeType: bughelp wanted
Description
Environment
- Package version(s): @blueprintjs/datetime2: 0.9.24
- Operating System: mac OS
- Browser name and version: I can replicate the bug in the latest versions of Chrome, Edge and Safari.
Code Sandbox
Actual behavior
When you have focus in the DateInput2 field and the popover is open and you click the tab keyboard key, you are moved to the next input field (not into the date selector in the popover).
The bug makes it hard to fill out forms only using the keyboard and poses accessibility issues. Focus can be moved to an input field behind the popover which is confusing.
Expected behavior
I would expect behavior similar to the DateInput (see beginning of the video). When you have focus in the input field and the popover is open and you click the tab keyboard key I would expect focus to be put on the first button on the date selector popover.
Possible solution
Update tab order, so that the inputs in the data selector is not put in the end.