Commit eac3d21
committed
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.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
0 commit comments