Keyboard Navigation
The keyboard navigation of the Wizard is always available.
The Wizard component itself is not focusable, as the links within the component are part of the tab sequence on the page. Thus, when navigating with the Tab key, the selected Step will be focused within the Wizard component. For a complete example, refer to the demo on keyboard navigation of the Wizard.
Kendo UI Wizard supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
Left arrow or Up arrow
|
Focuses previous Step |
Right arrow or Down arrow
|
Focuses next Step |
Home |
Focuses first Step if the linear configuration of the Stepper is disabled |
End |
Focuses last Step if the linear configuration of the Stepper is disabled |
Tab |
Focuses next element in the tab sequence |
Shift +Tab
|
Focuses previous element in the tab sequence |