Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #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 (closes #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.
- Loading branch information