Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIO-9159: change clearOnHide behavior to track conditionally hidden state rather than mere visibility #5902

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. This commit changes the behavior of the clearOnHide property. Previou…

    …sly, when this flag was present in a component, the renderer would unset the component's value from submission data if it was not visible (so, conditionally hidden, logically hidden, or intentionally hidden via the hidden property). Now, clearOnHide will only unset the component's data if it or its parent is conditionally or logically hidden. The copy of the parameter in the builder has also been changed.
    brendanbond committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    bf899bf View commit details
    Browse the repository at this point in the history