Commit 04f40fd
committed
minor symfony#2510 [LiveComponent] Update doc on how to use submitForm (yalit)
This PR was squashed before being merged into the 2.x branch.
Discussion
----------
[LiveComponent] Update doc on how to use submitForm
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | no
| Issues | Fix symfony#2509
| License | MIT
As described in the issue, I struggled a bit with the usage of the submitForm helper for testing a LiveComponent due to the name of the form used not being correct see symfony#2509.
I propose a small update to the documentation to make it more clear how the formName should be used into the call of submitForm
Commits
-------
a7db6f7 [LiveComponent] Update doc on how to use submitForm1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3732 | 3732 | | |
3733 | 3733 | | |
3734 | 3734 | | |
3735 | | - | |
| 3735 | + | |
3736 | 3736 | | |
3737 | | - | |
| 3737 | + | |
3738 | 3738 | | |
3739 | 3739 | | |
3740 | 3740 | | |
| |||
0 commit comments