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
Fields that are hidden by default and shown through a PropertyAction of a logic rule will not get cleared when hidden again. This is because the logic rule is not triggered when the field gets hidden again, as the default state of the field is 'hidden', so the clearOnHide property is not checked. (This might actually be the root cause as well for (some of) the bugs listed above)
Perhaps something to look into: for components with the clearOnHide property set, we create a special logic rule with a corresponding action that will always be evaluated. This means we can move handling of the property to PropertyAction.eval. Not sure yet about implementation details, though.
Part of #5117, see comment.
This will enable tracking of variable changes during instead of after logic evaluation.
The text was updated successfully, but these errors were encountered: