mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 21:36:39 +00:00
Firefox has a strange behavior because it ignores the autocomplete attribute and just does not allow submit a form when an email type field has invalid email (valid but surrounded with whitespace). This fix is a workaround, setting up the input field as simple text instead of semantic type 'email'.