adopted-ember-addons / ember-validators

A collection of EmberJS validators
Other
25 stars 40 forks source link

Fixed backward presence and blank messages #51

Closed concertiv closed 7 years ago

concertiv commented 7 years ago

The messages for blank and presence validations were reversed.

Blank should report 'must be blank' to the user, and presence should report 'can't be blank'.

offirgolan commented 7 years ago

Closing as this will be resolved in DockYard/ember-changeset-validations#140