I am a junior front-end developer and wanted to make my own admin panel as part of my training.
I wanted to make a popover component that has a menu in it. When I click on the menu, I would like it to open a modal with a calendar so that I can select the appropriate date. However, when I click on a particular day, the modal closes. Can I, someone help me or direct what could be the cause? I've been struggling with this for a few days now and unfortunately I'm resigned
Here's a link to the code sketch so you can familiarize yourself with the code: https://codesandbox.io/s/gracious-brahmagupta-3wd9vt
I would like that when you click on a day in the calendar modal does not disappear and you can perform an action on the selected date.