Using multiple custom validations on one field #1355
Unanswered
alexcstaley
asked this question in
Q&A
Replies: 1 comment 2 replies
-
How about calling
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, curious if this is supported, e.g.
The above seems to register both my custom rules successfully, but as far as I can tell, only the rule associated with the tag coming before the comma (
custom_tag_1
) is actually executed (if I switch the order in the rules map to"myField": "custom_tag_2,custom_tag_1",
, then onlyCustomValidationFunc2()
is executed). Am I obviously using this incorrectly, or is this behavior not supported? Thanks in advance 🙏Beta Was this translation helpful? Give feedback.
All reactions