Skip to main content

Textarea

The textarea component allows you to get a string from the user, with an expandable text area.

Textarea API

The following section details Textarea component's specific settings. For more details on the App Editor, check the dedicated documentation or the App Editor Quickstart:

Textarea configuration

NameTypeConnectableTemplatableDefaultDescription
PlaceholderstringfalsefalseType...The text input placeholder.
Default valuestringtruefalseThe default value of the text input.
DisabledbooleanfalsefalseWhether the text input should be disabled.

Outputs

NameTypeDescription
ResultstringThe text input value.