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
If you have a navigable Sortable component with input fields inside, move one of the tiles to a new position, and try to type in the input, an error will appear in the console, and you won't be able to type anything in the input.
Error: Cannot read properties of undefined (reading 'nativeElement')
Description
If you have a navigable Sortable component with input fields inside, move one of the tiles to a new position, and try to type in the input, an error will appear in the console, and you won't be able to type anything in the input.
Error: Cannot read properties of undefined (reading 'nativeElement')
Steps To Reproduce
https://stackblitz.com/edit/angular-mvithbng-nfbeqa2y?file=src%2Fapp%2Fapp.component.ts
Screenshots or video
Screen.Recording.2025-03-26.at.9.50.39.mov
Workaround
Prevent the propagation of the keydown even in the input element.
https://stackblitz.com/edit/angular-mvithbng?file=src%2Fapp%2Fapp.component.ts
Browser
Chrome
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
No response
The text was updated successfully, but these errors were encountered: