Hello, I've placed a datepicker in the cells of a ReactDataGrid.
When I open the DatePicker and I try to select a month from the left column, the DatePicker popup closes instead of remaining open and changing the displayed month.
I've tried to define the date picker in the formatter property or in the editor property and the problem happens in both cases.
Is there a way to keep it open when choosing the month ?
Here is a Stackblitz reproducing the problem: https://stackblitz.com/edit/react-ts-nbsds1?file=App.tsx
Open a master row by clicking on the ">" symbol in the first column and then click on the DatePicker toggle button to show the popup.
Thanks in advance.