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 8c6e96a commit 18934e9Copy full SHA for 18934e9
components/form.rst
@@ -750,7 +750,7 @@ method to access the list of errors. It returns a
750
$errors = $form['firstName']->getErrors();
751
752
// a FormErrorIterator instance in a flattened structure
753
- $errors = $form->getErrors(true);
+ $errors = $form->getErrors(false, true);
754
755
// a FormErrorIterator instance representing the form tree structure
756
$errors = $form->getErrors(true, false);
0 commit comments