Skip to content

Commit 7452bad

Browse files
committed
minor symfony#8237 [Form] [RepeatedType] Update "type" default value (bamarni)
This PR was merged into the 2.8 branch. Discussion ---------- [Form] [RepeatedType] Update "type" default value Commits ------- 0906e28 [Form] [RepeatedType] Update "type" default value
2 parents cef0de9 + 0906e28 commit 7452bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/repeated.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ the label (see `first_options`_).
172172
type
173173
~~~~
174174

175-
**type**: ``string`` **default**: ``text``
175+
**type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\TextType``
176176

177177
The two underlying fields will be of this field type. For example, passing
178178
``PasswordType::class`` will render two password fields.

0 commit comments

Comments
 (0)