Posted 31 July 2020, 1:05 pm EST
We have implemented our own dropdown menubar with our own modernized styles. A user is able to move from cell to cell using arrow keys and type without clicking in spreadjs.
When a user clicks on a data and click any option, the user can continue to do move and type. However for us when a user clicks on our dropdown we lose focus.
The cell is still highlighted but they cannot move or type without re-clicking on the cell. Is there any spread function we can call to match the behavior for original dropdown.
resumePaint and setActiveCell do not work
