Skip to content

Commit 9274dbf

Browse files
committed
Clarifying note. Closes #546
1 parent 10e5d26 commit 9274dbf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

book/forms.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,10 @@ the guessed field.
488488

489489
.. caution::
490490

491-
The guesser based on validation constraints does not take into account the
492-
validation groups. If the guessed options are not correct, you can always
493-
override them as you see fit.
491+
If your form uses a specific validation group, the field type guesser
492+
will still consider *all* validation constraints when guessing your
493+
field types (including constraints that are not part of the validation
494+
group(s) being used).
494495

495496
.. index::
496497
single: Forms; Field type guessing

0 commit comments

Comments
 (0)