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 toggling the date range picker the component using *ngIf cause memory leak.
This issue occurs when we open the calendar popup and hide the date range picker.
On initial load there was only one instance of date range picker component
After selecting dates and toggle visibility multiple times the no of instances increased
Note: The date range picker is not destroying only if user open calendar popup. I suspect this is due to event listeners attached to the apply and cancel button in the calendar popup.
We have multiple forms contains date range picker and other inputs in a page, which causing large memory leaks.
The text was updated successfully, but these errors were encountered:
gokulb97
changed the title
Toggling visibility of Date Range Picker leads to Memory leak
Toggling visibility of date range picker leads to memory leak
May 17, 2024
We are pleased to inform you that the reported issue, "Toggling the visibility of the date range picker leads to a memory leak" has been resolved in the latest version 26.2.11. Upgrading to this version will address the issue.
When toggling the date range picker the component using *ngIf cause memory leak.
This issue occurs when we open the calendar popup and hide the date range picker.
Here is example: https://stackblitz.com/edit/stackblitz-starters-jsvxq1
On initial load there was only one instance of date range picker component
After selecting dates and toggle visibility multiple times the no of instances increased
Note: The date range picker is not destroying only if user open calendar popup. I suspect this is due to event listeners attached to the apply and cancel button in the calendar popup.
We have multiple forms contains date range picker and other inputs in a page, which causing large memory leaks.
The text was updated successfully, but these errors were encountered: