Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
When virtualization is enabled with remote data in the MultiSelect component, the list items are not updated properly in the following cases.
Case 1: When scrolling to the end of the list, the initial items are retained instead of displaying the loading skeleton.
Case 2: After applying a filter and scrolling to the end of the list, an empty popup is shown.
Case 3: After executing Case 2, scrolling back to the top of the list results in incorrect items being loaded instead of the loading skeleton.
Sample:
Replication Procedure
1. Upon scroll to last element using scrollbar, list is not correct then changes.
2. After filtering and selecting a value, then scroll to last element using scrollbar, the scrollbar position changes, then after scrolling again list has a lot of blank space below, despite showing last element(Customer 91)
3. Scroll back again to top, and the first items are wrong, then the list changes