Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.59 KB

File metadata and controls

37 lines (28 loc) · 1.59 KB
title page_title description slug canonicalLink position
Keyboard Navigation
Keyboard Navigation - AutoComplete - Kendo UI for Vue
Explore the keyboard navigation options provided by the Kendo UI AutoComplete wrapper for Vue.
keyboard_navigation_autocomplete_wrapper
8

Keyboard Navigation

The keyboard support of the AutoComplete is always available.

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

The AutoComplete and its drop-down elements support the following keyboard shortcuts:

SHORTCUT DESCRIPTION
 Up Arrow  Highlights the previous item.
 Down Arrow
  • Highlights the next item.
  • Opens the popup if the value is set.
 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.

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

Suggested Links