Open wali-s opened 9 years ago
I'll add it to the docs. Got all but one tests passing on your async PR's will cut a release probably tomorrow and get the documentation updated then too.
Thanks for the contributions.
Haven't forgot about you. I'm currently updating the strategy contract to support deeply nested validations. I'll provide details and maybe even a pull request when that is completed.
I've issued a PR and 3 new issues on your strategy. Please update the strategy accordingly.
Hey, thanks for the updates and the issues you opened.
I believe I took care of 2 of the issues but it'll probably be at least another week until I get to the test cases.
@wali-s any update on those tests? I would love to help promote your library; I'm just looking for a certain level of confidence with your implementation before we start promoting it.
Is yup
fully integrated now with react-validation-mixin
? I'm also interested in other validation strategies than joi
as it is too heavy for client side validation. Are there any other libraries in addition to yup
?
@idealistic not that I know of. Could be a good project for someone to pick up ;) Maybe just integrate with an existing validation suite; maybe something like this util?
https://github.com/wali-s/yup-validation-strategy
Probably isn't perfect and might miss some edge-cases, but it got me around this issue: https://github.com/jurassix/react-validation-mixin/issues/17