Skip to content

Commit 408eb37

Browse files
committed
added a note about how to customize the error message when two submitted values are not the same (for the RepeatedType type)
1 parent a2f5321 commit 408eb37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reference/forms/types/repeated.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
repeated Field Type
55
===================
66

7-
See :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType`.
7+
See :class:`Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType`.
8+
9+
The invalid message displayed when the two submitted values are not the same
10+
can be customized via the ``invalid_message_template`` option.

0 commit comments

Comments
 (0)