diff --git a/docs/resources/control-flow/user-interactivity/forms/form-widgets/text-field.md b/docs/resources/control-flow/user-interactivity/forms/form-widgets/text-field.md index 222d269b..4f6a1e87 100644 --- a/docs/resources/control-flow/user-interactivity/forms/form-widgets/text-field.md +++ b/docs/resources/control-flow/user-interactivity/forms/form-widgets/text-field.md @@ -410,6 +410,15 @@ To autofocus a TextField, select the TextField widget, move to the **Properties
+### Enable Interactive Selection + +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. + +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. + + + + ### Autocomplete a TextField 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. diff --git a/docs/resources/control-flow/user-interactivity/forms/imgs/interactive-selection.avif b/docs/resources/control-flow/user-interactivity/forms/imgs/interactive-selection.avif new file mode 100644 index 00000000..63910e8a Binary files /dev/null and b/docs/resources/control-flow/user-interactivity/forms/imgs/interactive-selection.avif differ