Text Area

A text area component is used to capture a large amount of text as input with a multi-line text box. You can submit the value of the text area by:

  • Using a button component (which will submit all interactive components in the canvas)

Parameters

ParameterPossible ValuesRequiredDescription
typetextareaYesThe type of component you are rendering
idAny stringYesA unique identifier for the component.
labelAny stringNoThe text shown above the text area.
placeholderAny stringNoAn example value shown inside the component when it’s empty.
valueAny stringNoAn entered value which is already inside the component.
errorfalse``trueNoStyles the input as failed.Default is false.
disabledfalse``trueNoStyles the input and prevents the action.Default is false.