You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The load-more event is specifically designed to fire when the user scrolls to the bottom of the list, with the growing='Scroll' property enabled. Re-rendering the list due to filtering or sorting would not typically trigger this event, as it is unrelated to scrolling. However, the responsible team should confirm this behavior and decide.
i323808
changed the title
[SF][List]: The load-more event should be fired when re-render a List
[SF][List]: The load-more event should not be fired when re-render a List
Jan 8, 2025
Sorry for the wrong title and description. I have correct them.
Current behavior: the onLoadMore event is fired when re-render the list. Expected behavior: the onLoadMore event should not be fired when re-render the list.
The root cause is possibly same as #9959. But the code fix cannot cover the scenario described by this issue.
Bug Description
The load-more event should not be fired when re-render a List. For instance, refresh a list due to filter or sort.
Affected Component
No response
Expected Behaviour
No response
Isolated Example
https://js-ewbdsm.stackblitz.io
Steps to Reproduce
Log Output, Stack Trace or Screenshots
No response
Priority
None
UI5 Web Components Version
2.5.1
Browser
Chrome
Operating System
No response
Additional Context
No response
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: