Open
Description
Description
It seems that there might be a memory leak in the component, and we need to make sure that everything is handled properly, including subscriptions and other resources.
Steps To Reproduce
- Open Chrome DevTools → Memory tab.
- Navigate to the component with an input using
kendoTextBox
. - Click the input to trigger any internal behavior.
- Navigate away to destroy the component.
- Take a Heap Snapshot.
- Repeat steps 2–5.
- Compare snapshots for retained component instances or detached DOM nodes.