Skip to content

Commit bc82783

Browse files
authored
Merge branch 'main' into patricia/re-enable-chatbot
2 parents a34274d + 7e5480f commit bc82783

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

docs/resources/control-flow/user-interactivity/forms/form-widgets/text-field.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,15 @@ To autofocus a TextField, select the TextField widget, move to the **Properties
410410
</div>
411411
<p></p>
412412

413+
### Enable Interactive Selection
414+
415+
The **Enable Interactive Selection** toggle controls whether users can interact with the text selection features, such as long-press selection, copy/paste menus, and selection handles.
416+
417+
By default, this property is set to **True**, allowing users to select, copy, and paste text using the platform's built-in text selection controls. Disabling this can help prevent unintended text copying or editing, especially in sensitive fields.
418+
419+
420+
![interactive-selection](../imgs/interactive-selection.avif)
421+
413422
### Autocomplete a TextField
414423

415424
You might want to allow users to enter the text by suggesting them a list of items. The suggested items are shown if it contains the currently entered text from TextField. For example, using autocomplete to get the *Country* *name*, *Fruit* *name*, etc.
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)