Inputmask
Inputmask copied to clipboard
Email pattern logic accepts trailing dot
As known the standard email pattern(s) are;
However, [email protected]. was also accepted, a trailing [dot]. Two trailing dots are actually accepted. The same entry isn't allows when tested with the email input type for html5

I have same issue too, what would be a workaround ?
Fix.
Add definition
".": { validator: "\\.", placeholder: "." }