Skip to content

Commit

Permalink
Update textinput.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahmood74 committed Jan 17, 2024
1 parent 258e5b5 commit d85ac3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion widget-reference/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ The TextInput Widget enables the rendering of interactive text input fields, all
| enabled | boolean | Enables or disables the interactivity and input functionality of the widget |
| icon | object | [See properties](#icon) |
| styles | object | [See properties](#styles) |
| validator | object | [See properties](#validator) [Example](https://studio.ensembleui.com/app/e24402cb-75e2-404c-866c-29e6c3dd7992/screen/3107baf6-dfc3-42cd-b617-61c37b31f31e) |
| validator | object | [See properties](#validator) [Example](https://studio.ensembleui.com/app/a2qNNXgcmhBxfrTMBVGB/screen/AzD8jmw9Xk2zrGa1IVqd) |
| validateOnUserInteraction | boolean | Default: false. When set to true, validates the user's input on every keypress. [Example](https://studio.ensembleui.com/app/a2qNNXgcmhBxfrTMBVGB/screen/AzD8jmw9Xk2zrGa1IVqd) |
| value | string | Specifying the value of your Text Input |
| inputType | string | Pick a predefined input type ` default` `email` `phone ` `number` `text` `url` `datetime ` `ipAddress` |
| keyboardAction | string | Specify the action key on native device's soft keyboard |
Expand Down

0 comments on commit d85ac3c

Please sign in to comment.