Repeating Group Not Collapsing When Element Hidden

I have a repeating group that displays textual content which has been split into a list.

When I hide one of the list items, (Button Click > Workflow > Hide Group Containing Buttons & Repeating Groups Text Field) The content disappears, but no changes to the container elements height occur, so there is just whitespace where the content was.

Collapse when hidden is selected, for all elements on & within the Group being hidden. No minimum heights are specified.

Despite this fact the elements spacing remains on page. When I inspect the elements HTML, I see content-box; min-height: 100px; hardcoded into the repeating group item’s element.

This is not a value I have set for any element in the repeating group. Can anyone explain why this is happening, and if there is a workaround?

can you share some screenshots of your RG in internal element layout settings?

Sure, here is a screenshot of how the elements are nested:
repeating-group-expanded

what are the settings of your repeating group?
Check the min height for the rg in the layout section and the min height of row in the appearance section.
Probably one of them is responsible for this issue.

1 Like

Nice one dorilama, I had no idea that min row height setting was even there. :+1:
I checked all the layout tabs, did not expect a layout setting on the appearance tab.

I’m glad we solved this fast :slight_smile:

I wish I asked earlier, I have been trying to figure it out for hours lol…

This topic was automatically closed after 70 days. New replies are no longer allowed.