We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0855e59 commit c271482Copy full SHA for c271482
src/conditionsMeet.js
@@ -38,6 +38,7 @@ export default function conditionsMeet(condition, formData) {
38
let condMeatOnce = refVal.some(val =>
39
conditionsMeet(refCondition, val)
40
);
41
+ // It's either true for an element in an array or for the whole array
42
return (
43
condMeatOnce ||
44
checkField(refVal, toRelCondition(refCondition, formData))
0 commit comments