You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot check if an unsubmitted form is valid. Call Form::isSubmitted() before Form::isValid(). (from here)
Then, I checked the handler and indeed, $form->isSubmitted() is never called before $form->isValid().
So, is there is a really reason not to call isSubmitted or is this just an oversight?
Thank you!
The text was updated successfully, but these errors were encountered:
Hi,
sometimes I got an error saying:
Then, I checked the handler and indeed,
$form->isSubmitted()
is never called before$form->isValid()
.So, is there is a really reason not to call
isSubmitted
or is this just an oversight?Thank you!
The text was updated successfully, but these errors were encountered: