Přeskočit na hlavní obsah

Module: components/formio/DynamicForm

Functions

default

default(root0): Element

This component is used to dynamically load the Formio Form component. Use this for all forms, because the "@formio/react" library does not support server-side rendering.

Prefer using the DynamicFormWithAuth component to take care of the authentication (required to load the form).

Parameters

NameTypeDescription
root0{ language?: string ; loading?: Element } & FormPropsProps.

Returns

Element

Defined in

src/web-app/src/components/formio/DynamicForm.tsx:19