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

    Function FormInput

    • A labeled text input component for forms.

      Parameters

      • props: FormInputProps

        Input props including label and standard input attributes

      Returns Element

      A labeled input field

      Integrates with GenericFormWrapper for form state preservation. Automatically restores value on form errors.

      <FormInput
      label="Email"
      htmlFor="email"
      name="email"
      type="email"
      required
      />

      GenericFormWrapper for form integration