DynamicLayout state preservation
We have a repeat DynamicLayout which collapses / expands headers depending on state of the bottom entry.
For example, if there are 5 entries, if the bottom entry is collapsed upon editing any other entry all entries will end up collapsed. If the bottom entry is expanded, when editing any entry all entries will remain in their current state.
Is it possible to preserve the state of all entries regardless of the state of the bottom entry?
Many thanks in advance.