FormTextAreaField Reference
Consulte esta subpágina para ver import, available props, exemplo de uso e controles vivos do component.
FormTextAreaField
React Hook Form wrapper for TextAreaField.
Use when: Use when multiline input belongs to a react-hook-form schema.
Import
import { FormTextAreaField } from "@components/index";Example
<FormTextAreaField control={form.control} name="comment" label="Comment" />Available Props
controlRHF control
Form controller from react-hook-form.
namefield path
Field identifier in form schema.
size"default" | "compact"
Textarea density.
Live Preview
Wrapper over `TextAreaField` for RHF forms.
Controls
No standalone live preview because this one depends on RHF control.