- Changed the loading state binding in `OpenForm.vue` from `form.busy` to `isProcessing` for improved clarity and consistency in the form submission process. - Introduced a computed property `isProcessing` to derive the loading state from the `formManager`'s state, enhancing the responsiveness of the UI during form interactions. These changes aim to provide a more intuitive user experience by accurately reflecting the form's processing state during submissions. |
||
|---|---|---|
| .. | ||
| components | ||
| fields | ||
| CaptchaWrapper.vue | ||
| FormProgressbar.vue | ||
| OpenCompleteForm.vue | ||
| OpenForm.vue | ||
| OpenFormButton.vue | ||
| OpenFormField.vue | ||