TextArea

TextArea is a multi-line text input for collecting longer-form content like comments, descriptions, or messages. Use it when the expected input spans multiple lines. For shorter, single-line values, use TextInput.

ParameterDescription
labelVisible field label.
valueText field value.
ifConditional rendering expression.

Usage

xml
<TextArea label="Notes" value="$form.notes" />