Frontmatter
| id | 4306 |
| title | form.field.Text: inputPattern => apply it to the input dom node |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 20, 2023, 2:41 PM |
| updatedAt | Apr 20, 2023, 6:23 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4306 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 20, 2023, 6:23 PM |
@Dinkh input tags have a
patterndom attribute, so we should assign the RegExp (string version) to the DOM as well.