jurassix / joi-validation-strategy

Joi validator for react-validation-mixin
MIT License
9 stars 14 forks source link

Return arrays of error messages #3

Closed fbaiodias closed 9 years ago

fbaiodias commented 9 years ago

Hey!

Finally got some time to work on this as we talked on https://github.com/jurassix/react-validation-mixin/issues/51

Changed the errors object to have the arrays of messages and modified the tests to expect the arrays instead of strings.

Let me know what you think :)

jurassix commented 9 years ago

published libray to accommodate these changes - npm published:

react-validation-mixin v5.3.1 joi-validation-strategy v0.3.0

fbaiodias commented 9 years ago

Thanks!