-
Notifications
You must be signed in to change notification settings - Fork 216
Closed
Description
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:
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
- Open the following StackBlitz example - https://stackblitz.com/edit/angular-p8zgpfsb
- Resize the screen so the DropDownList is displayed as an action sheet or a full-screen modal.
- 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