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
There is a problem with nested if...then conditions inside properties. With liveOmit and omitExtraData enabled, the value of a property that is displayed conditionally is automatically removed.
When the booleanProperty is set to true, the otherProperty field is displayed in the form, but its value cannot be changed because it is automatically cleared.
Expected Behavior
The value of otherProperty should not be cleared when booleanProperty is set to true.
Essentially a re-open of #4109. @anya92 do you feel comfortable updating the fix the @helen-m-lin provided? Or maybe they can continue improving the fix?
Prerequisites
What theme are you using?
core
Version
5.24.1
Current Behavior
There is a problem with nested
if...then
conditions insideproperties
. WithliveOmit
andomitExtraData
enabled, the value of a property that is displayed conditionally is automatically removed.Here is the JSON schema I am testing:
When the
booleanProperty
is set to true, theotherProperty
field is displayed in the form, but its value cannot be changed because it is automatically cleared.Expected Behavior
The value of
otherProperty
should not be cleared whenbooleanProperty
is set to true.Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: