You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When making a conditional property using the IfThenElse in an allOf and this property is not set (and also doesn;t validate the IF condition), it's still being shown.
In the minimal playground example, the "food" item is behind an if when animal: true - but the item is still shown when no animal is chosen by default
Expected Behavior
A property behind IF should not be shown by default
peterbartels
changed the title
anyOf with IfThenElse showing property behind if
IfThenElse showing property behind if when condition is not true
Sep 30, 2024
peterbartels
changed the title
IfThenElse showing property behind if when condition is not true
IfThenElse showing property behind "IF", even when condition is not true
Sep 30, 2024
Prerequisites
What theme are you using?
core
Version
5.x
Current Behavior
When making a conditional property using the IfThenElse in an allOf and this property is not set (and also doesn;t validate the IF condition), it's still being shown.
In the minimal playground example, the "food" item is behind an if when animal: true - but the item is still shown when no animal is chosen by default
Expected Behavior
A property behind IF should not be shown by default
Steps To Reproduce
See this playground link
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: