Frontmatter
| id | 4308 |
| title | form.field.Text: onInputValueChange() => move the input pattern check into validate |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 21, 2023, 10:05 AM |
| updatedAt | Apr 24, 2023, 10:36 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4308 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 24, 2023, 10:36 AM |
devs can use patterns like "3 numeric characters" in which case an app user can not enter the desired value at all.
@Dinkh