s-private API Documentation - v3.8.1
    Preparing search index...

    Function FormTextarea

    • A labeled multi-line text input component for forms.

      Parameters

      • props: FormTextareaProps

        Textarea props including label and standard textarea attributes

      Returns Element

      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}
      />

      GenericFormWrapper for form integration