How to load more items in a list in a Modal

How to load more items in a list in a Modal?

See this video for reference:

https://www.loom.com/share/87d9b2475bd2489e94eadd5d79c9f734?sid=77b5e386-26d4-4683-b8a6-abb6f4cdda90

Just following up on this?

got it,I am working on that

1 Like

I think I need to check your project, and that will help me to locate the issue, I will get back to you in 5 hours, thanks for your patience

Sure, I’ll wait, thanks.

Hello, I have looked into this issue, and I believe it is a bug where the ‘load more’ button inside the list is not working. You can observe from the video I recorded that when I click the ‘load more’ button outside the list, it triggers a GraphQL request to load more data, but the ‘load more’ button inside the list does not send a request. (By the way, opening the browser’s developer tools allows us to see what requests the website is sending during actual operation and whether these requests meet expectations; you can use it as a debugging tool.)

1 Like

1 Like

I have submitted this bug to the engineering team. Once it is fixed, I will update you on the progress.

1 Like

Thank you, moving it outside the list fixed the problem. However, getting this bug fixed will still be helpful, because after a reply is created within the list it needs to load more items to show the published reply.

1 Like

This bug has been fixed now