← Back
TextInput
A user-editable text input field.
Input:
[var name:"textVal" value:"Hello World" /]
[TextInput value:textVal /]
Output:
Props
- value
string
The current value of the text entry box.
- Example:
x
- Example: