You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In controlled mode, integrating the Aidbox Forms Renderer with React involves
passing the questionnaire and optionally questionnaireResponse as attributes to
the Forms Renderer component. Changes made within the form are captured using
event listeners in useEffect. In this configuration, the resources are neither
loaded from nor saved to Aidbox, allowing for full management of the resources
within the React application. This approach is beneficial for applications
requiring custom resource handling and management.