New to KendoReactStart a free 30-day trial

Keyboard Navigation
Premium

Keyboard Shortcuts

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

ComboBox Wrapping Element

The following table summarizes the keyboard combinations and input behavior supported by the ComboBox wrapper element:

ShortcutBehavior
Typing in the inputFocuses the matched item.
Down ArrowHighlights the next available item.
Up ArrowHighlights the previous available item.
EnterSelects the focused item.
Alt (or Opt on Mac) + DownOpens the popup.
Alt (or Opt on Mac) + Up or EscCloses the popup.
EscIf the popup is not visible, clears the value.

Listbox Popup

The popup element of the ComboBox has to implement the keyboard navigation specification for a Popup List component.

ShortcutBehavior
Down ArrowMoves the focus to the next item.
Up ArrowMoves the focus to the previous item.
Alt (or Opt on Mac) + Up Arrow or EscCloses the popup.
HomeMoves the focus to the first item. Applicable only when the currently focused element is not an input. When an input is the focused element, the Home and End keys are used for the cursor position.
EndMoves the focus to the last item. Applicable only when the currently focused element is not an input. When an input is the focused element, the Home and End keys are used for the cursor position.
EnterSelects the item.
Page UpScrolls the popup list up.
Page DownScrolls the popup list down.
TabCloses the popup and focuses the next focusable element.

Resources

WAI-ARIA Authoring Practices: Combobox Pattern

WAI-ARIA Authoring Practices: Listbox Pattern

WAI-ARIA Authoring Practices: Editable Combobox

Change Theme
Theme
Loading ...

See Also