I enter a value in the handsontable and the beforekeydown event is executed, in that case I can’t get the last entered value of the selected cell.
I can retrieve the key pressed with the keyboard event, but specifically I need to retrieve the input value from the handsontable methods (getData, getCellValue… etc)
Example use case => Last value entered ‘a’
The cell value of the last selected row and column is empty but must be ‘a’
After renderer the handsontable
Help me please!