Hi, is it a bug or I miss use the email input ? Wh

antoine:
Hi, is it a bug or I miss use the email input ? When I remove true in the required, it is not required anymore but it doesn’t validate if the input is an email address or no
Here is the code
{
“inputType”: “text”,
“label”: “Email”,
“model”: “email”,
“required”: “”,
“styleClasses”: “”,
“type”: “input”,
“validator”: “email”
}


If you want to support blank or a valid email (custom) then you could check it in a JS action.

Let me know if that’s what you’re after.