New to Kendo UI for Vue? Start a free 30-day trial

Keyboard Navigation

The keyboard navigation of the Dialog is always available.

When the Dialog is opened, the initial focus is set on the Dialog element. This approach enables the user to immediately select or navigate between the action buttons by using the Tab and Shift+Tab keys, and to close the Dialog with the Esc button.

SHORTCUTDESCRIPTION
EscCalls the onClose event handler.
Shift+TabMoves the focus to the previous focusable element.
TabMoves the focus to the next focusable element.

The following example is based on the official accessibility standard for a modal dialog.

Example
View Source
Change Theme:

In this article

Not finding the help you need?