New to Kendo UI for jQuery? Start a free 30-day trial
Keyboard Navigation
Updated over 6 months ago
The keyboard navigation of the OTPInput is always available.
Kendo UI OTPInput supports the following keyboard shortcuts:
| SHORTCUT | DESCRIPTION |
|---|---|
Tab | Focuses the next input in the component. |
Shift+Tab | Focuses the previous input in the component. |
Up/Down Arrows | Navigates to the next/previous item when a panel is focused. |
Right/Left Arrows | Highlights the next/previous focusable input in the component. |
Backspace | Deletes the value of the focused input and moves the focus on the previous input. |
Delete | Deletes the value of the focused input. |
For a complete example, refer to the demo on keyboard navigation of the OTPInput.