10000 [#2927] Fix thanks to @xabbuh · fabpot/symfony-docs@e1bc7c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1bc7c0

Browse files
committed
[symfony#2927] Fix thanks to @xabbuh
1 parent fec1115 commit e1bc7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/dynamic_form_modification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ On a form, we can usually listen to the following events:
463463
below example uses.
464464

465465
The key is to add a ``POST_BIND`` listener to the field that your new field
466-
depends on. If you add a ``POST_BIND`` listener to a form child (e.g. ``sport`),
466+
depends on. If you add a ``POST_BIND`` listener to a form child (e.g. ``sport``),
467467
and add new children to the parent form, the Form component will detect the
468468
new field automatically and map it to the submitted client data.
469469

0 commit comments

Comments
 (0)
0