Function useSetActiveSubmitButton

  • Hook to set the reference of the hidden submit button inside a form.

    To submit a rjsf form using a button which is outside the form, you need a reference to a button inside form.

    Returns ((instance: HTMLButtonElement | null) => void)

      • (instance: HTMLButtonElement | null): void
      • Parameters

        • instance: HTMLButtonElement | null

        Returns void

Generated using TypeDoc