We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8fc6b commit 6f74096Copy full SHA for 6f74096
form/form_collections.rst
@@ -213,6 +213,11 @@ Previously you added two tags to your task in the controller. Now let the users
213
add as many tag forms as they need directly in the browser. This requires a bit
214
of JavaScript code.
215
216
+.. tip::
217
+
218
+ You can leverage Symfony UX via https://ux.symfony.com/live-component/demos/form-collection-type
219
+ if you do not want to handle the JavaScript code yourself.
220
221
But first, you need to let the form collection know that instead of exactly two,
222
it will receive an *unknown* number of tags. Otherwise, you'll see a
223
*"This form should not contain extra fields"* error. This is done with the
0 commit comments