I was trying to develop a custom Datetime picker using Handsontable.editor.BaseEditor and flatpickr, example are as below.
Example: https://codepen.io/ElvisZH/pen/oNEpEgB
There are several issues :
- After picker opened, you are still able to “select” range.
- After I select date, selected cell lost its active style.
- When I clicked on bottom area, picker is not able to reveal, how can I change its position correspondingly, same issue occured when I use cell type “date”.
It is a gif that demonstrates issues above, but I found it wasn’t displayed properly. Thanks in advanced.