We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 206a8cb + eddea87 commit 5b70b42Copy full SHA for 5b70b42
lib/forms/utils.ts
@@ -88,7 +88,7 @@ const applyConditionsReducer =
88
if (
89
filter(propUi['ui:if'], (predicate, k) => {
90
const value = get(data, k);
91
- return predicate && predicate !== value;
+ return predicate !== value;
92
}).length === 0
93
) {
94
Object.assign(acc, curr);
0 commit comments