Frontmatter
| id | 3184 |
| title | form.field.Text: isValid() => length checks |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 23, 2022, 12:48 PM |
| updatedAt | Jun 23, 2022, 12:51 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3184 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 23, 2022, 12:51 PM |
since NumberField is extending TextField, we should use
toString()before checking for maxLength and minLength.