New to Kendo UI for Vue? Start a free 30-day trial

Keyboard Navigation

Keyboard Shortcuts

When k-colorpicker element is focused

ShortcutBehavior
Alt DownOpens pop up
EnterOpens pop up
Alt Up or EscCloses popup

When focus is in the Popup

When opened, the Popup element uses Tab navigation to iterate over its inner elements. The focus remains trapped within the Popup. The inner elements (ColorPlatte, ColorGradient and Buttonss implement their own specification).

ShortcutBehavior
EscCloses Popup and moves focus back to k-colorpicker element.
TabNavigates to the next focusable element in the Popup. If current focus is on the last element, moves focus to the first focusable item in the Popup.
Shift + TabNavigates to the previous focusable element in the Popup. If current focus is on the first element, moves focus to the last focusable item in the Popup.
EnterFor button items, executes the currently focused button action.
Example
View Source
Change Theme:

Resources