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
minor #5970 Remove isSubmitted call (DanielSiepmann)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes#5970).
Discussion
----------
Remove isSubmitted call
Streamline with http://symfony.com/doc/current/book/forms.html#handling-form-submissions
There is no need for `isSubmitted` as this is done inside `isValid`
Commits
-------
cebd5fd Remove isSubmitted call
0 commit comments