tuain-ng-forms-lib 12.0.71 → 12.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1490,7 +1490,7 @@
|
|
|
1490
1490
|
if (operator === operators.LE && fieldValue > values[0]) {
|
|
1491
1491
|
return false;
|
|
1492
1492
|
}
|
|
1493
|
-
if (operator === operators.IN && !values.
|
|
1493
|
+
if (operator === operators.IN && !values.includes(fieldValue)) {
|
|
1494
1494
|
return false;
|
|
1495
1495
|
}
|
|
1496
1496
|
if (operator === operators.EQ) {
|