New to Kendo UI for VueStart a free 30-day trial

Keyboard Navigation

Updated on Apr 23, 2026

The following demo shows the keyboard navigation capabilities of the SegmentedControl. Click the control and use Tab, Enter, or Space to navigate and select items.

Change Theme
Theme
Loading ...

Managing the Focus

The SegmentedControl renders items as native <button> elements inside a container with role="group". Each button is natively focusable and included in the tab sequence of the page. The currently selected item is indicated via aria-pressed="true".

Keyboard Navigation

The SegmentedControl supports the following keyboard shortcuts:

ShortcutBehavior
TabMoves focus to the next focusable item in the page.
Shift+TabMoves focus to the previous focusable item in the page.
Enter or SpaceSelects the focused item and triggers the change event.

See Also

In this article
Managing the FocusKeyboard NavigationSee Also
Not finding the help you need?
Contact Support