Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.24 KB

File metadata and controls

34 lines (24 loc) · 1.24 KB
title page_title description slug canonicalLink position
Keyboard Navigation
Keyboard Navigation - Button - Kendo UI for Vue
Use the keyboard to navigate the Kendo UI Button wrapper for Vue.
keyboard_navigation_button_wrapper
4

Keyboard Navigation

The keyboard navigation of the Button is always available.

The Button supports the following keyboard shortcuts:

SHORTCUT DESCRIPTION
Enter Triggers the click event.
Space Triggers the click event.

The following example demonstrates how to enable the keyboard navigation of the Button.

{% meta height:250 %} {% embed_file button/keyboard-navigation/main.vue preview %} {% embed_file button/keyboard-navigation/main.js %} {% endmeta %}

Suggested Links