werkbank
    Preparing search index...

    Function useFormContext

    • Hook to access the current form's context.

      Returns FormCtx

      The form context containing the schema and form ID.

      function MyInput() {
      const { formId, schema } = useFormContext();
      // ...
      }