Blazor Tooltip Example - Keyboard Navigation
The Blazor Tooltip can be accessed through keyboard shortcuts. In the following sample, various key combinations have been used to access the Tooltip functionalities interactively.
The Blazor Tooltip has built-in keyboard support and allows you to access its functionalities using a keyboard alone. The supported keys are as follows.
- Focus
- Alt + J - Focuses on the first component of the sample.
- Tooltip
- Tab - When a form control receives focus (say through the tab key), it opens the Tooltip and closes it in focus out mode.
- Esc - Closes or dismisses the Tooltip.