With an input type=email
, Safari won't let the form be submitted if there's not a valid email address. But there's no feedback from the browser at all to let the user know why the form stopped working.
Is there anything to be done other than writing some Javascript to validate the input (which kind of ruins the point of using type=email
)?