Skip to content

Commit 7a82a89

Browse files
committed
added a note about guessers/validation/form groups
1 parent 9f704d2 commit 7a82a89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

book/forms.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,12 @@ This example is pretty trivial, but field guessing can be a major time saver.
459459
As you'll see later, adding Doctrine metadata can further improve the system's
460460
ability to guess field types.
461461

462+
.. caution::
463+
464+
The guesser based on validation constraints does not take into account the
465+
validation groups. If the guessed options are not correct, you can always
466+
override them as you see fit.
467+
462468
.. index::
463469
single: Forms; Rendering in a Template
464470

0 commit comments

Comments
 (0)