Text Area Field
A labeled multi-line text field with optional description, hint, and error messaging.
Basic
Share your thoughts on the proposal.
Markdown is supported.
Show codeHide code
Magnitudes
magnitude steps the value font-size and the field min-height; padding and radius stay fixed.
Show codeHide code
Invalid
Setting error overrides hint, marks the field invalid (aria-invalid), and recolors the border to danger.
Add a little more detail.
Show codeHide code
Controlled
0 characters
Show codeHide code
Installation
import { TextAreaField } from "@makeplane/propel/components/text-area-field";