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
When keyboard navigation moves from a date in the current month to a date in the next or previous month, the Calendar changes the displayed month but the visible focus indication is lost.
Reproducer
No response
System Information
"primereact": "^10.9.7",
"react": "^18.2.0",
Steps to reproduce the behavior
Open the Calendar.
Navigate through the dates using the Arrow keys.
Continue navigating until the focused date belongs to the next or previous month.
The Calendar switches to that month.
Observe the keyboard focus indication.
chrome_pkbaofanac.mp4
Expected behavior
When keyboard navigation causes the Calendar to switch months:
Keyboard focus should remain on the newly focused date.
A visible focus indicator should remain present.
Users should always be able to determine which date currently has keyboard focus.
Describe the bug
When keyboard navigation moves from a date in the current month to a date in the next or previous month, the Calendar changes the displayed month but the visible focus indication is lost.
Reproducer
No response
System Information
Steps to reproduce the behavior
chrome_pkbaofanac.mp4
Expected behavior
When keyboard navigation causes the Calendar to switch months:
Keyboard focus should remain on the newly focused date.
A visible focus indicator should remain present.
Users should always be able to determine which date currently has keyboard focus.