[BUG] Default value of hidden nested components keys - not cleared from the submission when inside another edit grid. · Issue #1686 · formio/formio · GitHub
More Web Proxy on the site http://driver.im/
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
The text was updated successfully, but these errors were encountered:
llaurentiu
changed the title
Container & edit grid keys not cleared from the submission when inside another edit grid.
[BUG] Container & edit grid keys not cleared from the submission when inside another edit grid.
Jan 16, 2024
llaurentiu
changed the title
[BUG] Container & edit grid keys not cleared from the submission when inside another edit grid.
[BUG] Nested components keys not cleared from the submission when inside another edit grid.
Jan 16, 2024
llaurentiu
changed the title
[BUG] Nested components keys not cleared from the submission when inside another edit grid.
[BUG] Default value of hidden nested components keys - not cleared from the submission when inside another edit grid.
Jan 16, 2024
Having:
then:
=> the inner grid/container keys (the default value - [] / {}) are not removed from the submission.

Correct behavior:
components that are hidden by logic, that have clearOnHide = true, should be removed from the submission.
JsFiddle here: https://jsfiddle.net/tcLbx7pe/
happens in the last stable: 4.18.0 too.
The text was updated successfully, but these errors were encountered: