Skip to main content

Create text box

Displays a TextBox that executes the user’s input.

Parameters

  • placeholder (string) - Placeholder text shown in the input field
  • title (string) - Title displayed on the text box
  • onlyNumbers (boolean) - If true, only accepts numeric input
  • maxChars (number) - Maximum number of characters allowed. Don’t include for no limit
  • callback (function) - Function called with the input value when submitted

Returns

Example

Example with trigger