indexiatech / ember-forms

Smart, Intuitive forms for Ember.js styled with Bootstrap, Multi layouts and Validation support.
http://indexiatech.github.io/ember-forms
Apache License 2.0
218 stars 45 forks source link

add show errors on submit #71

Open koryteg opened 9 years ago

koryteg commented 9 years ago

sets "canShowErrors" attribute to true on all fields if validation fails. not sure if you want to add this feature but it seems like a pretty common case.

it also does this recursively because that seems like the best way to handle forms with relationships (or forms within forms)