Skip to content

Commit 7e5480f

Browse files
authored
Add tooltip-on-focus feature info (#439)
1 parent f0df996 commit 7e5480f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Binary file not shown.

docs/resources/ui/widgets/built-in-widgets/tooltip.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ Here’s exactly how you do it:
117117

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

120+
### Show Tooltip on Focus
121+
122+
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.
123+
124+
![tooltip-on-focus](imgs/tooltip-on-focus.avif)
125+
120126
### Change tooltip alignment
121127

122128
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**.

0 commit comments

Comments
 (0)