brutusin/json-forms

Email validation

Opened this issue · 6 comments

Email validation don't work,i can type what i want....
(ff&chrome tested)

this version does not validate email by itself, instead it generates an input of type "email" that some clients (usually mobile browsers) use to generate a custom keyboard for entering the email.
It seems that ff and chrome simply ignore the type.
Good news is that version 2 includes email validation.

Thanks @fabifabi

viva version 2 so ! when u think it will be ready ? Little by little i modify the actual one,i am fear to become too different of the official one :(

it's almost done, i hope in less than a month. I will let you know
Cheers

thank u,i will do the french version, no problem :)

https://github.com/cferdinandi/validate and https://css-tricks.com/form-validation-part-1-constraint-validation-html/ can be a nice lib for v2 no ? as input à la html5 is not well supported in all browser....
Perhaps just use it or take inspiration from it ?

Thank you @fabifabi! Of course, inspiration is always welcome.
Cheers, Nacho