Frontmatter
| id | 3576 |
| title | validate should return current form state |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Dec 4, 2022, 1:08 AM |
| updatedAt | Dec 4, 2022, 7:36 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3576 |
| author | Krytechs |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 4, 2022, 7:36 PM |
Is your feature request related to a problem? Please describe. I am always frustrated when I have to perform 2 lines instead of one when it comes to check whether my form is valid or not!
Describe the solution you'd like When I perform a form.validate I want to know directly whether it is valid or not.
Describe alternatives you've considered Alternative would be to write 2 lines and have a random line out there, that is saying "form.validate()"