We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
nicolas-grekas
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dc6e6e4 commit 853baafCopy full SHA for 853baaf
src/LiveComponent/doc/index.rst
@@ -3733,6 +3733,8 @@ uses Symfony's test client to render and make requests to your components::
3733
;
3734
3735
// Submit form data
3736
+ // 'form' is the name of the form you're submitting (here FormType).
3737
+ // e.a : form submitted is EntityCreationType the name of your form would be 'entity_creation' and should replace 'form' in the below submitForm call
3738
$testComponent
3739
->submitForm(['form' => ['input' => 'value']], 'save');
3740
0 commit comments