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 |
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 %}