I have a repeating section and under that I have 3 sections and a dropdown. I want to show only one section at a time on a selected value from my dropdown.
This stuff is done successfully, but the space or size occupied by my repeating section remains same even after the other 2 sections are hidden. It is like the repeating sections height is fixed and the area where my sub sections reside becomes blank on hiding. I have set the size (height and width ) as AUTO for each section and repeating section. Is it because I am using a repeating section inside a table.
If anyone has tried out this please let me know. I want the repeating section to collapse and expand on hiding and showing stuffs inside it.