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
Right now you can "and" validations with the combine function. I'm looking for something which can "or" validations based on a predicate (including all the build-in stuff like required, not-blank etc.).
I would love to see an example as part of this site/project if something like the above is already possible, or for you to consider to implement something like it.
My use case is that I have a form with several fields which is only needs validation a specific to whether it's a private or a business customer signing up.
The text was updated successfully, but these errors were encountered:
Right now you can "and" validations with the
combine
function. I'm looking for something which can "or" validations based on a predicate (including all the build-in stuff likerequired
,not-blank
etc.).I would love to see an example as part of this site/project if something like the above is already possible, or for you to consider to implement something like it.
My use case is that I have a form with several fields which is only needs validation a specific to whether it's a private or a business customer signing up.
The text was updated successfully, but these errors were encountered: