powmedia / backbone-forms

Form framework for BackboneJS with nested forms, editable lists and validation
MIT License
2.17k stars 413 forks source link

required HTML5 attribute #165

Open philfreo opened 11 years ago

philfreo commented 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.

hegdeashwin commented 11 years ago

+1