Cross field validation? #109
Unanswered
romanslonov
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Hey, thanks for creating this discussion. Please read through the following two issues and let me know if your questions are answered. Otherwise, I can try to address your specific use case. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thank you for an amazing library!
I started using it in my project but run into a problem with cross field validation. For example, I have an array of objects and one property of the object should be unique.
This is my try to implement this, but problem is that the error message for custom validation will be collected for rules instead of specific source port's input.
Another example, I have an object and validation of
certificate
depends onprotocol.value
value. I would like to do this check incertificate
, but cannot get context. Or I just didn't find a way?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions