Okay so I created a repeating group which has 2 groups within EACH CELL, and the second group (text input) is supposed to be hidden and collapsed for each cell when a certain condition is met (either submit pressed or, “tick” is clicked), but in my case it only hides instead of collapsing, even though the “collapse when hidden” option is checked for that group, and frankly all the groups when I was trying to fix this. It only collapses for ALL OF THEM, or none at all. Any ideas on what the issue could be?
It might be because of a minimum height set for rg column/row. You can find that in Appearance section of the Repeating group.
well no, I don’t think that’s the issue (I tried playing with it nonetheless, but did not fix the issue).
This is how it looks when the textbox does not show up for any cell, which is working as expected, but everytime any textbox input opens for any cell, it expands all the cell like in the initial image that I attached to the thread. It only collapses again when all textbox input are gone for all the cells
There may be some elements nesting problem.
If this may be indeed the case here, try placing the collapsible group inside a parent group within each cell. Set the parent group to collapse its height when hidden. And make sure that conditioning is specific to each cell’s content. Hope this makes sense.
2 Likes