Scroll to top of a repeating group when data changes

I’m making changes in repeating group when user clicks on different elements.
Every time the user clicks on a different element I want the repeating group to scroll to the top.

How can I do that?

I tried adding reset and clear commands to the repeating group when user clicks on an element but it didn’t work.

Have you tried to add the action sroll to an element https://bubble.io/reference#Actions.ScrollToElement after a user click on an element ?

1 Like

So we do keep the scroll position of the repeating group when it gets reset but it could make sense to change that. The idea of reseting + displaying the list is how I’d do it.

We’ll change that today.

1 Like

Just added that

1 Like

Thanks @emmanuel ! Works perfectly now.

1 Like