interface FormTextareaProps { id?: string; name?: string; label?: string; placeholder?: string; value?: string; status?: 'default' | 'error' | 'success' | 'warning'; helperText?: string; errorMessage?: string; disabled?: boolean; readonly?: boolean; required?: boolean; rows?: number; maxLength?: number; showCount?: boolean; autoResize?: boolean; /** Sync with `form.data[name]` when inside `