webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.33k stars 603 forks source link

fix(form): refactor to use FTA #4122

Closed Pavel910 closed 4 months ago

Pavel910 commented 4 months ago

Changes

This PR refactors the internals of the @webiny/form package. This package was the source of many weird glitches in UI, related to value updates, validation, and was, in general, not optimized for rendering. I've added an extensive test suit to make sure that the old functionality works as expected.

How Has This Been Tested?

Jest tests.