"Email invalide" message when email contains space character
appli-intramuros opened this issue · 0 comments
appli-intramuros commented
Hello,
When the input email contains space character (example: "name@domain.com ", the form cannot be submitted because "Email invalide".
Is it possible to trim the email before submitting the form ?
<TextInput
name="email"
placeholder="Adresse Email"
type="email"
maxLength={50}
required
/>
Thanks.