Text Input

The Text Input widget allows users to enter text values into a form field.

Configuration Options

  • Label
    • Sets an optional label for the widget. This text is displayed across the top of the widget.
  • String value
    • Output variable of the widget, storing the user’s entered text.
  • Placeholder
    • Define placeholder text to be displayed in the input field when no text has been inputted by the user.
  • Height
    • Set the height of the input field as either a single line or a multi-line text area.
    • Single line
      • Event on enter: set event(s) to be triggered when the enter key is pressed
    • Text area
      • Initial height: set the initial height of the text input area