Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.33 KB

File metadata and controls

34 lines (25 loc) · 1.33 KB
title page_title description slug canonicalLink position
Keyboard Navigation
Keyboard Navigation - RangeSlider - Kendo UI for Vue
Explore the keyboard navigation options provided by the Kendo UI RangeSlider wrapper for Vue.
keyboard_navigation_rangeslider_wrapper
3

Keyboard Navigation

The keyboard navigation of the RangeSlider is always available.

The RangeSlider supports the following keyboard shortcuts:

SHORTCUT DESCRIPTION
Tab+Arrow Keys Focuses the drag handle of the next slider.
Shift+Tab arrow Focuses the drag handle of the previous slider.
Right Arrow or Up Arrow Increases the value of the RangeSlider.
Left Arrow or Down Arrow Decreases the value of the RangeSlider.

{% meta height:100 %} {% embed_file rangeslider/keyboard/main.vue preview %} {% embed_file rangeslider/keyboard/main.js %} {% endmeta %}

Suggested Links