Skip to content

Files

Latest commit

 

History

History
55 lines (43 loc) · 2.25 KB

File metadata and controls

55 lines (43 loc) · 2.25 KB
title page_title description slug canonicalLink position
Keyboard Navigation
Keyboard Navigation - DateRangePicker - Kendo UI for Vue
Use the keyboard navigation in a Kendo UI DateRangePicker Vue wrapper.
keyboard_navigation_daterangepicker_wrapper
6

Keyboard Navigation

The keyboard support of the DateRangePicker is always available.

The DateRangePicker supports the following keyboard shortcuts:

SHORTCUT DESCRIPTION
 Access Key+w  Focuses the DateRangePicker.

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

SHORTCUT DESCRIPTION
 Left Arrow  Highlights the previous day part.
 Right Arrow  Highlights the next day part.
 Up Arrow  Highlights the same day from the previous week.
 Down Arrow  Highlights the same day from the next week.
 Ctrl+Left Arrow Navigates to the previous month.
 Ctrl+Right Arrow Navigates to the next month.
 Ctrl+Up Arrow Navigates to the previous view.
 Ctrl+Down Arrow Navigates to the next view.
 Home Highlights the first day of the month.
 End Highlights the last day of the month.
 Enter or Space If in the month view, selects the highlighted day. In other views, navigates to lower view.

When the popup is closed, the DateRangePicker 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 daterangepicker/keyboard/main.vue preview %} {% embed_file daterangepicker/keyboard/main.js %} {% endmeta %}

Suggested Links