Frontmatter
| id | 4382 |
| title | form.field.Text: inputPattern => provide a new config to optionally disable applying patterns to the DOM |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 4, 2023, 1:12 PM |
| updatedAt | May 4, 2023, 9:40 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4382 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 4, 2023, 9:40 PM |
browsers do not support all kinds of regex yet (under active development), so we do need a way to only use patterns on the JS side if needed.
@ki1pen