devabhishekpal opened a new pull request, #7812: URL: https://github.com/apache/ozone/pull/7812
## What changes were proposed in this pull request? HDDS-12044. Fix Heatmap calendar closing on skipping years/months * Currently the DatePicker component is buggy and closes when the parent menu closes. * As a result of this when we are skipping the years or months in the calendar the menu is out of focused and everything closes. * This PR wraps the calendar component under a div instead of a menu item to prevent the default behaviour on blur as a workaround. * It also removes unused imports from the heatmap.tsx file. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-12044 ## How was this patch tested? Patch was tested manually. https://github.com/user-attachments/assets/e90781f6-13e6-4028-abb9-66ad468c7e86 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
