Frontmatter
| id | 3203 |
| title | form.field.Text: updateValidationIndicators() |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 27, 2022, 11:32 AM |
| updatedAt | Jun 27, 2022, 11:43 AM |
| githubUrl | https://github.com/neomjs/neo/issues/3203 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 27, 2022, 11:43 AM |
we should move the logic to add the
neo-invalidcss rule outside ofafterSetValue(), since other configs (if changed at run-time) affect the field validity as well (e.g. modifying the value of maxLength).the new method could add error messages as well (follow up ticket(s)).