"use client" import React from 'react'; import type { WidgetProps } from '@rjsf/utils'; import { TextWidget } from './TextWidget'; /** * Multiline text widget for JSON Schema Form. Thin wrapper around * `TextWidget` that pins `options.widget = 'textarea'` so the * underlying renderer reaches the `