Hello all and happy new year!
I’m using the new responsive and experiencing different behavior for showing hidden groups within repeating groups.
I have a repeating groups and inside each cell of the repeating group I have a group that starts off being hidden. I have a button inside each of those cells to show/hide the hidden group. It’s typically an easy way to have a list of things and be able to expand a particular row to show details.
In the old responsive, it’s pretty easy, just give a show/hide command on the button based on the group’s visibility (If group is visible hide it, if not visible show it) and bubble seems to recognize that you’re talking about the group inside that specific cell of the repeating group.
But in the new responsive, when you show the hidden group, it “unhides” all the groups inside all the cells, expanding every row, not just one, which is not my intended behavior.
Instead of show/hide commands, I have also tried to set a state to that cell’s index and for the group only to show if the cell’s index matches the state, but that does not seem to work either.
Clearly I must be missing something about the new responsive. Any suggestions?