After some investigation I think the problem might occur because react data grid is focus on cell and unchanged even the calendar pops out. However, many examples are using focus on input, not sure how to tweak the code and make it focus properly
Goal: Enable keyboard navigation for the Semantic calendar date picker work with react data grid custom editor
Built Demo: Third column for date picker https://codesandbox.io/embed/8l4jkor19
Current behavior:
- double click on date cells pop up the calendar
- press keyboard arrow keys and the selected cell were changed, calendar disappears
Wanted behavior:
- double click on date cell pop up the calendar
- press Keyboard arrow keys that navigates on calendar dates and press enter to select
Official Examples: first input cell https://arfedulov.github.io/semantic-ui-calendar-react/
Any comments will be appreciated, Many thanks