Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #1086 [Site] Use new symfonycasts/dynamic-forms for dependent f…
…ields (weaverryan) This PR was squashed before being merged into the 2.x branch. Discussion ---------- [Site] Use new symfonycasts/dynamic-forms for dependent fields | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | None | License | MIT After `@bendavies` solved the form event puzzle of handling multiple levels of dependent form fields, we set out to try to create a library to wrap that complexity. I'm pretty darn excited to announce a v0.1.0 version of that! https://github.com/SymfonyCasts/dynamic-forms - which works especially great with live components. The library may have edge cases and might change - but a good first step for exposure is to use it in our demo. It works GREAT (even better than the old implementation, where a validation error was sometimes triggered that we didn't want!). Cheers! Commits ------- 0722f74 [Site] Use new symfonycasts/dynamic-forms for dependent fields
- Loading branch information