Skip to content

Textarea Component

The textarea component.

Properties

NameTypeDefaultDescription
valuestring''The value of the textarea.
disabledbooleanfalseIndicates whether the textarea is disabled.
errorbooleanfalseIndicates whether the textarea has an error.
captionstring''The caption text for the textarea.
labelstring''The label for the textarea.
namestring''The name of the textarea.
placeholderstring''The placeholder text for the textarea.