You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: