I had a use case in my app to create a repeat panel with the repeat direction going horizontally. I achieved this using anvil roles and CSS to set display: inline-flex;
on the containing div of the panel. This was working up until recently, where I notice that when I start my app, there is now an extra div
in the rendered html with the class of hide-while-paginating
.
I know you guys probably added this for a good reason, but rather than try to keep up with any changes you are making to repeats, can we get a native way to change the repeat direction of a RepeatingPanel?