brutusin / json-forms

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided
http://brutusin.org/json-forms
Apache License 2.0
606 stars 168 forks source link

issue#90: email validation does not work #145

Closed saicheck2233 closed 1 year ago

saicheck2233 commented 1 year ago

Issue: Email Validation does not work

Description: When the input field is set to email, and an invalid email format is key in, it is able to pass the validation check.

Pic before change: image

Pic after change: image Invalid email format

image Valid email format return validation succeed