Current Behavior
In beta 14, for the email input field, email validation error does not appear if the domain extension is intentionally left out.
Steps to Reproduce
Expected Behavior
A "The email must be a valid email address" validation error should appear when the domain extension is left out of the email address field.
Screenshots
Beta 13



Beta 14




Environment
Possible Solution
N/A
Additional Context
This occurs on any modal that allows the ability to add, remove, or edit a user's email address such as the Sign Up, Edit User, and Edit Email modals (see screenshots).
This seems to be a (somewhat controversial) change in Laravel's validator logic: