Frontmatter
| id | 2113 |
| title | examples/form/field/email/ permits invalid syntax (name@something) |
| state | Closed |
| labels | bugstale |
| assignees | [] |
| createdAt | May 22, 2021, 9:55 PM |
| updatedAt | Sep 16, 2024, 4:37 AM |
| githubUrl | https://github.com/neomjs/neo/issues/2113 |
| author | keckeroo |
| commentsCount | 3 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Sep 16, 2024, 4:37 AM |
examples/form/field/email/ permits invalid syntax (name@something)

tobiu
Jun 3, 2021, 8:52 PM
https://en.wikipedia.org/wiki/Email_address#Examples

by default, <input type="email"> will allow local domains. most of the time it makes little sense (except for intranet apps).
we can add a custom validator on the JS side.
@github-actions - 2024-09-02T02:30:24Z
This issue is stale because it has been open for 90 days with no activity.
- 2024-09-02T02:30:24Z @github-actions added the
stalelabel
@github-actions - 2024-09-16T02:37:09Z
This issue was closed because it has been inactive for 14 days since being marked as stale.
- 2024-09-16T02:37:10Z @github-actions closed this issue
Describe the bug The email validator is permitting invalid email syntax of 'name@domain' (without the TLD)