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
{{ message }}
This repository was archived by the owner on Mar 7, 2021. It is now read-only.
I can't seem to figure out how to show/hide child fields inside a dynamic section.
I've tried using parent[:index].child but it causes a crash. I also tried parent.child thinking it might not require an index, but it also crashes.
My sample JSON is below. When "targeted sales funnel" is no, both the + field and all of the "year" rows should disappear. Currently, only the + field disappears.
I can't seem to figure out how to show/hide child fields inside a dynamic section.
I've tried using
parent[:index].child
but it causes a crash. I also triedparent.child
thinking it might not require an index, but it also crashes.My sample JSON is below. When "targeted sales funnel" is no, both the + field and all of the "year" rows should disappear. Currently, only the + field disappears.
Any insight is much appreciated!
Here's my sample JSON:
The text was updated successfully, but these errors were encountered: