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
{{ message }}
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
Couldn't find a similar request sifting through the issues, but I think it would be pretty cool to have cross field and conditional validation. I don't know what the interface would be, but I had some use cases where validation rules are cross fields (simple example is password confirmation if you want to validate server-side that passoword and confirmation are equal) or conditional (if nationality is UK then the zip code validates as a regex of a certain format while if it's Italy it's five digit).