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

Make validations execute on keyUp #89

Open fivetwentysix opened 9 years ago

fivetwentysix commented 9 years ago

It's kind of confusing when you're typing and you're at the last field of the form and you can't submit and can't figure out why until you blur the field.

fivetwentysix commented 9 years ago

I see, it's set to focusOut: https://github.com/indexiatech/ember-forms/blob/master/addon/group.js#L86

We should add a option on the form so that we can trigger validations messages on keyUp.