Unplanned
Last Updated: 13 Apr 2023 14:35 by Vincent
Vincent
Created on: 13 Apr 2023 14:35
Category: DropDownList
Type: Bug Report
0
Selected value goes away when scrolling outside of subset with virtualized DropDownList

Describe the bug
In a scenario of a DropDownList with virtualization and a valuePrimitve set to true, the selected value disappears if the data in the popup is scrolled.

To Reproduce

  1. Open this StackBlitz example
  2. Open the popup of the DropDownList and select 'Item 5'
  3. Open the DropDownList again and scroll the data down

Expected behavior
The selected value of the DropDownList should not disappear when scrolling its data.

Screenshots
image

0 comments