Skip to content

Commit 14ca824

Browse files
committed
minor #1086 [Site] Use new symfonycasts/dynamic-forms for dependent fields (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
2 parents 19feb79 + 0722f74 commit 14ca824

File tree

3 files changed

+558
-551
lines changed

3 files changed

+558
-551
lines changed

ux.symfony.com/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"symfony/ux-vue": "2.x-dev",
5050
"symfony/validator": "^6.3.1",
5151
"symfony/yaml": "^6.3.0",
52+
"symfonycasts/dynamic-forms": "^0.1.0",
5253
"symfonycasts/sass-bundle": "^0.2.0",
5354
"twbs/bootstrap": "^5.3",
5455
"twig/extra-bundle": "^2.12|^3.6.1",

0 commit comments

Comments
 (0)