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 the datepicker is loaded into the DOM, it already exists out of more than 70 DOM-nodes. Therefor if a lot of datepickers are rendered on screen, the UI becomes very laggy.
Expected Results
These DOM-nodes should only be rendered when the datepicker is open.
Actual Results
Only render the datepicker when it is open.
Other Information (e.g. stacktraces, related issues, suggestions how to fix)