Frontmatter
| id | 4380 |
| title | Update phoneField inputPattern |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | May 4, 2023, 10:47 AM |
| updatedAt | May 4, 2023, 9:46 PM |
| githubUrl | https://github.com/neomjs/neo/issues/4380 |
| author | ki1pen |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | May 4, 2023, 9:46 PM |
The current inputPattern, that phoneField use for phone number validation, use regex that allows the user to use multiple minus signs after each other(e.g: -----). Update the regex for stricter phone number validation.