Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.62 KB

File metadata and controls

40 lines (31 loc) · 1.62 KB
title page_title description slug position
Keyboard Navigation
Keyboard Navigation - MultiColumnComboBox - Kendo UI for Vue
Explore the keyboard navigation options provided by the Kendo UI MultiColumnComboBox wrapper for Vue.
keyboard_navigation_multicolumncombobox_wrapper
10

Keyboard Navigation

The keyboard support of the MultiColumnComboBox is always available.

To apply the keyboard shortcuts, focus the MultiColumnComboBox by clicking the example area and pressing the Tab key.

The MultiColumnComboBox, its input, and popup elements support the following keyboard shortcuts:

SHORTCUT DESCRIPTION
 Up Arrow  Highlights the previous item.
 Down Arrow  Highlights the next item.
 Home  Highlights the first item.
 End  Highlights the last item.
 Page Up  Scrolls the popup up.
 Page Down  Scrolls the popup down.
 Enter  Selects the highlighted item.
 Esc 
  • Closes the popup.
  • Clears the value if the popup is not opened.
 Alt+Down Arrow  Opens the popup.
 Alt+Up Arrow  Closes the popup.

{% meta height:350 %} {% embed_file multicolumncombobox/keyboard/main.vue preview %} {% embed_file multicolumncombobox/keyboard/main.js %} {% endmeta %}

Suggested Links