Skip to content

Keyboard & Accessibility

KeyAction
/ Previous / next day
/ Same day, previous / next week
Page Up / Page DownPrevious / next month
HomeFirst day of the current week
EndLast day of the current week
Enter / SpaceSelect the focused date
TabExit the calendar grid

Click the month name or year in the calendar header to open the respective panel.

KeyAction
Navigate between items
Enter / SpaceConfirm selection
EscapeReturn to calendar without selecting
  • role="grid" on the calendar with role="columnheader" / role="gridcell" per cell.
  • Full aria-label on every day button (e.g. "Monday, March 17, 2026").
  • Range days include context suffixes: ", range start", ", range end", ", in range" (customizable via labels).
  • Today is marked with aria-current="date".
  • Selected dates use aria-selected="true".
  • Disabled days use the native disabled attribute (not keyboard-focusable).
  • Panel switches announced via aria-live="polite".
  • All interactive elements expose :focus-visible styles.