You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/control-flow/user-interactivity/forms/form-actions/set-form-field.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,22 +28,22 @@ If you need to update several widgets (such as a TextField and a Dropdown), use
28
28
29
29
#### Focus Field When Set
30
30
31
-
You can also set additional preferences like whether the field should be focused and how the cursor should behave using the **Focus Field When Set** option. When you enable the Focus Field When Set option, it automatically sets the focus on the field once its value is assigned.
31
+
You can also set additional preferences like whether the field should be focused and how the cursor should behave using the **Focus Field When Set** option. When you enable the option, it automatically sets the focus on the field once its value is assigned.
32
32
33
-
It is helpful in a scenario like an “Edit Full Name” switch—when turned on, the field preloads the existing name and puts the cursor in place for immediate editing.
33
+
This is helpful in scenarios such as an “Edit Full Name” switch—when turned on, the field preloads the existing name and positions the cursor for immediate editing.
34
34
35
35
36
-
When Focus Field When Set is enabled, you can set one of the following **Cursor Position**:
36
+
When **Focus Field When Set** is enabled, you can set one of the following **Cursor Position**:
37
37
38
38
-**End**: Places the cursor at the end of the newly filled text, letting the user continue typing from the last character.
39
39
-**Start**: Positions the cursor at the beginning of the text.
40
40
-**Highlight**: Selects (highlights) the entire text, letting the user immediately overwrite it.
41
-
-**Preserve**: Maintains the cursor location as it was, if any—useful if the user was already typing and you only partially changed the text.
41
+
-**Preserve**: Maintains the cursor location as it was (if any), which is useful when the user is already typing and only part of the text has changed.
0 commit comments