title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Keyboard Navigation |
Keyboard Navigation - DateInput - Kendo UI for Vue |
Explore the keyboard navigation options provided by the Kendo UI DateInput wrapper for Vue. |
keyboardnavigation_dateinput_wrapper |
5 |
The keyboard support of the DateInput is always available.
The DateInput supports the following keyboard shortcuts:
SHORTCUT | DESCRIPTION |
---|---|
Alt +w |
Focuses the DateInput. |
Left Arrow |
Highlights the previous day part. |
Right Arrow |
Highlights the next day part. |
Up Arrow |
Increases the current date part. |
Down Arrow |
Decreases the current date part. |
Space |
Highlights the next day part. |
Delete or Backspace |
Clears the current date part. |
Mouse-wheel, rotated up | Increases the current date part. |
Mouse-wheel, rotated down | Decreases the current date part. |
{% meta height:200 %} {% embed_file dateinputs/keyboard/main.vue preview %} {% embed_file dateinputs/keyboard/main.js %} {% endmeta %}