You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, I wanna say that the author has done really good work with metis :) It really solved a lot of my issues.
I do have one question though. I have two validators which they are using the same validation rule and I am wondering if I can make the composition like this:
I've been struggling with the same problem myself. I've been considering how to solve this problem in the next version of metis, but there is no built in way yet. For the time being, one idea is:
It's not a bad work around if the shared validator is not used as a standalone validator which it happens to be the case I am dealing with. It will definitely be nice to see a complete solution to a future version of metis :)
In general though I must admit that you've tackled the problem of input validation pretty well :)
First of all, I wanna say that the author has done really good work with metis :) It really solved a lot of my issues.
I do have one question though. I have two validators which they are using the same validation rule and I am wondering if I can make the composition like this:
I know the above does not work, I am just trying to explain what am I trying to accomplish :)
The text was updated successfully, but these errors were encountered: