Frontmatter
| id | 3325 |
| title | form.field.Text: dynamically adding errors |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 29, 2022, 1:15 PM |
| updatedAt | Jul 29, 2022, 2:57 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3325 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 29, 2022, 2:57 PM |
This feature is important for
server-side validations. E.g. a form where field values are getting checked VS BE-rules.This feature feels like an epic, since it requires multiple changes.
isValid()needs to check if there is anerrorText(or error) in place.errorTextneeds to update the UI.validatemethod which checks for client side errors (on value change)