materialField inputType "email" doesn't allow "dots" in the username section

When a materialfield widget is set to inputType “email” and errorEnabled is set to “true” the widget will report an error in the formation of the email address if there are “dots” in the username section (before the @). While this might be helpful in some situations, as a general rule it seems unadvisable as gmail allows dots.

Hi @scott_morrow thank you for the post! I’m struggling to reproduce this issue. On my end an error is produced when the “.” is directly before the “@” but otherwise it accepts dots in the email address. Let me know if there are any other steps to reproduce and I will look into it further.