I have an input with email pattern validator. (regex ^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$
)
If I type a long invalid email the form will crash. Surprisingly it will work fine for long valid input.
Has anyone experienced this before? Please share your workaround if you have.
Thanks in advance.