This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
input[email] incorrectly claims address with IPv6 address literal is invalid #16599
Closed
Description
FYI. I am not angular user, but I found in docs, that there is a bug.
https://docs.angularjs.org/api/ng/input/input[email]
xyz@[IPv6:2001::1]
should validate as correct.
Please see https://tools.ietf.org/html/rfc5321#section-4.1.3 and section 4.1.2 and 4.1.3