Repeating element visibility displaying improperly

What are you trying to do?

I am trying to only display a single element of a repeating element one at a time. I have it working, but when I hit the next button, it steps down instead of changing in place.

What are the reproduction steps?

Relevant links:

Hi, you can imagine the repetition as a representation of a group of elements that share the properties; thus why, what you are trying to achieve runs into some errors in the current approach. In this case, you don’t need a repetition; you can show the data based on the selected element directly without the extra step of the repetition.