New to KendoReactStart a free 30-day trial

Keyboard Navigation

Managing the Focus

The initial focus is on the selected date.

Focus is trapped in the picker's popup. Meaning that once the popup is opened, Tab key will go only through its content.

Keyboard Shortcuts

Actions applied to the DateInput

The DateInput part of the component implements the specification for the DateInput component:

DateInput specification

In addition to that it also features the following shortcuts:

ShortcutBehavior
EscDiscards the selection and closes the popup.
EnterEnters in time edit if calendar is the target. Otherwise, accepts the selected time and closes the popup.
Alt/Opt(Mac) + DownOpens the dropdown and moves the focus to the displayed calendar.
Alt/Opt(Mac) + UpCloses the dropdown and moves the focus to the input element.

Actions applied to the calendar part of the Popup

Calendar navigation is handled following the Calendar component specification:

Calendar specification

Actions applied to the time part of the Popup

TimePicker navigation is handled following the TimePicker component specification:

TimePicker specification

Resources

ARIA Authoring Practices: Date Picker Dialog

Change Theme
Theme
Loading ...

When the popup of the DateTimePicker is opened, it adopts the same keyboard shortcuts as the keyboard shortcuts of the Calendar or the time part.

When the input of the DateTimePicker is focused, it adopts the same keyboard shortcuts as the keyboard shortcuts of the DateInput.

See Also