Text Input
Use a text_input
within a form
to allow for user input.
- Usage
- Props
Required properties
name: "{{ variable }}" | "string",
label: "Fixed text" | "{{ variable.text }}",
Optional properties
inputType: "Valid HTML Input type",
required: true | false