Skip to content

Commit fa34d6f

Browse files
Add auto capitalize property to Text widget documentation
1 parent 518f0b5 commit fa34d6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • learn/app-development/widgets/form-widgets

learn/app-development/widgets/form-widgets/text.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Using Text widget, you can do the following:
4747
| Update value on | If the selected value is `blur`: data value will be updated on blur event, `default`: data value will be updated on key up. |
4848
| Update delay | The amount of delay in milliseconds to update the data value. |
4949
| Skip on change event from script | When enabled, the `Change` callback will only trigger when the user updates the value from the UI, and not when it's updated through scripts. This property is disabled by default. |
50+
| Auto capitalize | Controls how text is automatically capitalized in the input field. Supported values are `characters` (all characters in uppercase), `words` (first letter of each word in uppercase), `sentences` (first letter of each sentence in uppercase), and `none` (no automatic capitalization). |
5051

5152
## Events
5253

0 commit comments

Comments
 (0)