Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zstoyanova9 opened this issue Jan 17, 2025 · 0 comments
Open

Comments

@zstoyanova9
Copy link

zstoyanova9 commented Jan 17, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants