You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #9614 Add @a2lix/symfony-collection solution (webda2l)
This PR was squashed before being merged into the 3.4 branch (closes#9614).
Discussion
----------
Add @a2lix/symfony-collection solution
Hello,
I wrote a blog post earlier this month about this package: https://a2lix.fr/2018/04/05/manage-symfony-form-collection-with-vanilla-javascript.html.
IMO, as there are Symfony best practices, we should do a bit of Javascript good practices and start discouraging the use of jQuery in the documentation right now.
I thought about updating the different parts of jQuery code of this form_collections.rst to a modern JS code, but it doesn't satisfy me because to do good things, it will increase number of lines of JS.
And, IMO, it's better to push people to use an external JS solution (or create symfony JS based solution) instead of explain quickly how redo a poor JS solution.
Any thoughts?
Commits
-------
d2b7cee Add @a2lix/symfony-collection solution
0 commit comments