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

Sortable with input and navigation enabled will throw an error #4581

Open
yanmariomenev opened this issue Mar 27, 2025 · 0 comments
Open

Sortable with input and navigation enabled will throw an error #4581

yanmariomenev opened this issue Mar 27, 2025 · 0 comments

Comments

@yanmariomenev
Copy link
Contributor

yanmariomenev commented Mar 27, 2025

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
Image

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

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

1 participant