Closed daniele-pecora closed 3 years ago
A negative condition is not working with this example
{ "properties": { "consistent": { "type": "boolean", "widget": "checkbox" }, "name": { "type": "string", "minLength": 1, "description": "Name", "title": "Name", "visibleIf": { "consistent": false } } } }
But works when using an expression like "$EXP$ !target.value"
"$EXP$ !target.value"
See example at Stackblitz
A negative condition is not working with this example
But works when using an expression like
"$EXP$ !target.value"
See example at Stackblitz