Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.57 KB

File metadata and controls

46 lines (34 loc) · 1.57 KB
title page_title description slug canonicalLink position
Keyboard Navigation
Keyboard Navigation - TimePicker - Kendo UI for Vue
Explore the keyboard navigation options provided by the Kendo UI TimePicker wrapper for Vue.
keyboardnavigation_timepicker_wrapper
4

Keyboard Navigation

The keyboard support of the TimePicker is always available.

The TimePicker supports the following keyboard shortcuts:

SHORTCUT DESCRIPTION
 Access Key+w  Focuses the TimePicker.

When the popup is opened, the TimePicker supports the following keyboard shortcuts:

SHORTCUT DESCRIPTION
 Up Arrow  Selects the previous available time.
 Down Arrow  Selects the next available time.

When the popup is closed, the DateTimePicker supports the following keyboard shortcuts:

SHORTCUT DESCRIPTION
 Enter  Triggers the change event.
 Esc  Closes the popup.
 Alt+Up Arrow  Closes the popup.
 Alt+Down Arrow  Opens the popup.

{% meta height:450 %} {% embed_file timepicker/keyboard/main.vue preview %} {% embed_file timepicker/keyboard/main.js %} {% endmeta %}

Suggested Links