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 10e5d26 commit 9274dbfCopy full SHA for 9274dbf
book/forms.rst
@@ -488,9 +488,10 @@ the guessed field.
488
489
.. caution::
490
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.
+ If your form uses a specific validation group, the field type guesser
+ will still consider *all* validation constraints when guessing your
+ field types (including constraints that are not part of the validation
494
+ group(s) being used).
495
496
.. index::
497
single: Forms; Field type guessing
0 commit comments