A labeled multi-line text input component for forms.
Textarea props including label and standard textarea attributes
A labeled textarea field
Integrates with GenericFormWrapper for form state preservation. Automatically restores value on form errors.
<FormTextarea label="Description" htmlFor="description" name="description" rows={5}/> Copy
<FormTextarea label="Description" htmlFor="description" name="description" rows={5}/>
GenericFormWrapper for form integration
A labeled multi-line text input component for forms.