Completed
Last Updated: 20 Mar 2023 12:32 by ADMIN
Ashiq
Created on: 23 Aug 2022 10:12
Category: DropDownList
Type: Bug Report
0
DropDownList with Virtualization - Last page dataItems are not displayed until popup scrolling

Describe the bug
When the Native DropDownList is configured to work in a data virtualization mode, if the user scrolls to the last data page, then close and reopen the popup of the component, no data is visualized in the popup. If the empty popup is scrolled, then the missing data appears back.

To Reproduce

  1. Open this StackBlitz example
  2. Open the DropDownList and scroll its data to the end
  3. Click outside the DropDownList to close its popup
  4. Click on the DropDownList to open it

Expected behavior
The same data that is visible before the popup is closed, should be visible inside the DropDownList when it is opened on step 4 above.

Screenshots
When step 4 is done:
image

When the popup is scrolled:
image

0 comments