Skip to content

Changing the value of the DropDownList in adaptive mode throws an error #4519

@zstoyanova9

Description

@zstoyanova9

Description

When the adaptive mode of the DropDownList is enabled and the component is displayed in its medium- or small-screen rendering, the following error is thrown in the console upon changing the value of the DropDownList, and as a result, the user is no longer able to select another item:
Image

It looks like the issue is a regression starting from v16.7.1 of the components. Example with v16.7.0 where the DropDownList behaves as expected in this scenario - https://stackblitz.com/edit/angular-y6v1uqrr

Steps To Reproduce

  1. Open the following StackBlitz example - https://stackblitz.com/edit/angular-p8zgpfsb
  2. Resize the screen so the DropDownList is displayed as an action sheet or a full-screen modal.
  3. Select an item from the DropDownList.

Screenshots or video

chrome_ucyanC5dTo.mp4

Actual Behavior

An error is thrown in the console upon selecting an item in the DropDownList when it is displayed in its mobile rendering.

Expected Behavior

The user should be able to select an item from the DropDownList in its mobile rendering and no error should be thrown.

Last working version of the Kendo UI for Angular package (if regression).

16.7.0

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions