vue
vue copied to clipboard
FIO-8679: @formio/js 5x upgrade, form and form builder improvements
Link to Jira Ticket
https://formio.atlassian.net/browse/FIO-8679
Description
- Upgraded to use @formio/js version 5.x.
- Improved the type system.
- Updated Form and FormBuilder components to align with @formio/react components, addressing outdated functionality and enhancing features.
How has this PR been tested?
- Updated Vue App Starterkit to the latest versions.
- Linked @formio/vue library to verify functionality.
Checklist:
- [ ] I have completed the above PR template
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation (if applicable)
- [ ] My changes generate no new warnings
- [ ] My changes include tests that prove my fix is effective (or that my feature works as intended)
- [ ] New and existing unit/integration tests pass locally with my changes
- [ ] Any dependent changes have corresponding PRs that are listed above