Showing a large repeating list in UI Builder

I have a repeating list called slotList.

image image

When I add a list of up to 10 items to the repeater

then the items show correctly:


but when I change to a larger number of items

then it does not render correctly.


It actually started from item 23.

Do you have any reason why this may be happening?

Hello @Andreas_Marinopoulos

What component do you use?
Mb it is some CSS limitation, like max-heigth
Also, you can provide us with your appId with the page name.

Regards

May be some css issue, I am not so familiar with css.

App ID 4A47197B-AE30-FA84-FF56-0071F4010900

Page name cs_parent_rescheduling

Page > availabilities > slotList

@Andreas_Marinopoulos

I could not open your preview without the error “Cannot read properties of undefined (reading ‘startsWith’)” in “on Enter” page logic

I tried to copy your logic and it works correctly

You can fix “onEnter” logic or create a simple example with this issue on new page

Sorry about that, can you try with this link, as apparently some UTMs are required to load the page correctly at present?

@viktor.liablin I removed a number of CSS constraints and it worked, so we are good, thanks!