Unplanned
Last Updated: 16 Dec 2021 08:51 by DKD-dev
DKD-dev
Created on: 16 Dec 2021 08:51
Category: DropDownList
Type: Bug Report
0
DropDownList: Unhandled error when using filtering with value and data-item-key properties

Describe the bug

When filtering the DropDownList data, if both the value and the data-item-key properties are defined for the component, an error appears in the browser's console. Once the error appears, the popup of the component cannot be closed.

To Reproduce

  1. Open this StackBlitz example
  2. In the DropDownList, search/filter for something that doesn't exist. The point here is to get the 'NO DATA FOUND' template displayed.
  3. Once that 'NO DATA FOUND' is displayed then delete the searched text

Expected behavior
The DropDownList should continue to work with no issues no matter the combination of properties configured for it.

Screenshots
image

0 comments