New to Kendo UI for Angular? Start a free 30-day trial
Keyboard Navigation
Updated on Aug 21, 2026
The keyboard navigation of the Tooltip is always available.
The keyboard navigation of the Tooltip works only if the anchor element is focusable.
The Tooltip supports the following keyboard shortcuts:
| SHORTCUT | DESCRIPTION |
|---|---|
Escape | Closes the tooltip if the anchor is focused. |
The following example demonstrates how to close the Tooltip with the Escape key when the anchor is focused.
Loading ...