Open philfreo opened 11 years ago
We should use the required="required" attribute on inputs when the required validator is specified in the schema. Or at least have the option to. Similar to how html5 form validation is already happening when you specify a dataType like email.
required="required"
required
dataType
email
+1
We should use the
required="required"
attribute on inputs when therequired
validator is specified in the schema. Or at least have the option to. Similar to how html5 form validation is already happening when you specify adataType
likeemail
.