We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb14051 commit 4d37f31Copy full SHA for 4d37f31
doc/index.rst
@@ -1715,7 +1715,7 @@ Now, create a Twig component to render the form::
1715
use DefaultActionTrait;
1716
1717
#[LiveProp]
1718
- public initialFormData $post;
+ public Post $initialFormData;
1719
1720
protected function instantiateForm(): FormInterface
1721
{
@@ -1759,7 +1759,6 @@ and ``removeComment()`` actions:
1759
1760
{{ form_widget(commentForm) }}
1761
{% endfor %}
1762
- </div>
1763
1764
{# avoid an extra label for this field #}
1765
{% do form.comments.setRendered %}
0 commit comments