You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Control works fine in Chrome, I can tab in, hit ENTER to open the control, move around with arrows and select a date with ENTER. Attempt exactly the same behaviour with NVDA running and I can open with ENTER but the arrow keys don't work, I can't select a date.
Obviously, this is a critical issue.
I'm guessing NVDA is intercepting the arrow keys for navigation on the page. Looking in to how to fix this, if anyone has any suggestions feel free to weigh in.
The text was updated successfully, but these errors were encountered:
Just in case anyone else runs into this issue, it is fixed by adding role="application" to a parent wrapper. The calendar itself already has this but for some reason when it comes in dynamically NVDA doesn't pick up on it.
Control works fine in Chrome, I can tab in, hit ENTER to open the control, move around with arrows and select a date with ENTER. Attempt exactly the same behaviour with NVDA running and I can open with ENTER but the arrow keys don't work, I can't select a date.
Obviously, this is a critical issue.
I'm guessing NVDA is intercepting the arrow keys for navigation on the page. Looking in to how to fix this, if anyone has any suggestions feel free to weigh in.
The text was updated successfully, but these errors were encountered: