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 symfony#6281 Change isValid to isSubmitted. (mustafaaloko)
This PR was submitted for the 2.8 branch but it was merged into the 2.3 branch instead (closessymfony#6281).
Discussion
----------
Change isValid to isSubmitted.
Fixed this line: `isValid()` returns false if the form was not submitted.
To this: `isSubmitted()` returns false if the form was not submitted.
Commits
-------
f44ec98 Change isValid to isSubmitted.
0 commit comments