opnform-host-nginx/client/lib/forms/composables
Julien Nahum 591d21d888 Enhance Form Management with Dynamic Configuration Updates
- Added a new watcher in `OpenCompleteForm.vue` to monitor changes to the form prop and update the form manager accordingly, ensuring that the form manager reflects the latest configuration.
- Introduced an `updateConfig` method in `useFormManager.js` to handle updates to the form configuration, resetting the form state and reinitializing with the new config. This improves the flexibility and responsiveness of the form management system.

These changes aim to enhance the user experience by ensuring that form updates are seamlessly integrated into the form management workflow, allowing for more dynamic interactions.
2025-05-23 19:15:19 +02:00
..
useFormInitialization.js Slug customisation (#755) 2025-05-19 21:06:54 +02:00
useFormManager.js Enhance Form Management with Dynamic Configuration Updates 2025-05-23 19:15:19 +02:00
useFormPayment.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00
useFormStructure.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00
useFormSubmission.js Enhance Form Functionality and Submission Logic 2025-05-19 12:23:37 +02:00
useFormTimer.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00
useFormValidation.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00
usePendingSubmission.js Refactor form rendering (#747) 2025-05-07 17:15:56 +02:00