thefrontside / emberx-form

Form/field components for working with changesets
MIT License
3 stars 1 forks source link

Be explicit about when changeset should validate #27

Closed cherewaty closed 7 years ago

cherewaty commented 7 years ago

Forms were being overeager about validating their fields. ember-changeset now has a skipValidate option, so we can be more explicit about exactly when we want validations to occur. In the dummy app examples, we only validate fields onBlur.

cherewaty commented 7 years ago

@cherewaty needs a test.

cherewaty commented 7 years ago

Added a bit of testing that would've failed before the skipValidate change.