Hi,
We are using jqxDateTimeInput in our application. But we’ve just realised that it is causing a memory leak.
We are using inside a modal component, and when it is destroyed, the jqxDateTimeInput is detroyed just after and rowser keep a Detached DOM tree of it in memory.
Ok, we fixed that explicitely calling self.settings.jqxDateTimeInput(‘destroy’);, but we still have some Detached DOM tree of its jqxCalendar that is instantiated by jqxDateTimeInput.
Do we have a way to have access to the jqxCalendar instance created internally by jqxDateTimeInput?
if yes, we could destroy it by ourselves. However, I think you guys could improve it forcing to destroy the scope of its calendar instance once it is destroyed too.
Thanks