New to KendoReactStart a free 30-day trial

Keyboard Navigation
Premium

Managing the Focus

The DropDownButton is a single tab stop component.

Keyboard Shortcuts

This section lists the keyboard shortcuts supported by the DropDownButton composite elements.

Main Button Element

The following table summarizes the keyboard combinations and input behavior supported by the main DropDownButton button element:

ShortcutBehavior
Alt + Down ArrowOpens the DropDownButton popup and moves the focus to its first menuitem element.
EnterOpens the DropDownButton popup and moves the focus to its first menuitem element.
SpaceOpens the DropDownButton popup and moves the focus to its first menuitem element.

The following table summarizes the keyboard combinations and input behavior supported by the popup menu element of the DropDownButton:

ShortcutBehavior
Alt + Up ArrowCloses the popup and moves the focus back to the main button element.
EscCloses the popup and moves the focus back to the main button element.
Down ArrowMoves the focus to the next menuitem element. If the focus is on the last menu item, moves the focus to the first menu item.
Up ArrowMoves the focus to the previous menuitem element. If the focus is on the first menu item, moves the focus to the last menu item.
HomeMoves the focus to the first menuitem element.
EndMoves the focus to the last menuitem element.
EnterClicks (activates) the currently active menuitem element and closes the popup.
SpaceClicks (activates) the currently active menuitem element and closes the popup.

Resources

WAI-ARIA Authoring Practices: Navigation Menu Button

The following example demonstrates the DropDownButton keyboard navigation in action.

Change Theme
Theme
Loading ...

See Also