Skip to content

Add show tooltip on focus feature info #439

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
6 changes: 6 additions & 0 deletions docs/resources/ui/widgets/built-in-widgets/tooltip.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ Here’s exactly how you do it:

On touch devices, the *Tooltip* opens on tap. To make it open on long press instead, use the **Trigger Mode** property.

### Show Tooltip on Focus

The **Show Tooltip on Focus** toggle controls whether the tooltip is displayed when the child widget receives keyboard focus. This is particularly useful for improving accessibility and keyboard navigation, as it ensures users see helpful information when they tab through form fields, interactive elements or any important information.

![tooltip-on-focus](imgs/tooltip-on-focus.avif)

### Change tooltip alignment

By default, the *Tooltip* appears below the target widget. You can change this setting using the **Preferred Direction** property. This allows you to open the Tooltip **Above**, **Left,** and **Right** directions in addition to the **Below**.
Expand Down