Vue BaseEditorComponent - clear cell event (backspace)

Tags: #<Tag:0x00007f8b1adaa690>

Hello,

I am using Handsontable in a Vue project and the integration on the cells looks/based on this example: https://jsfiddle.net/vadimborodin/y4dntfcm/
It’s a way to intercept here, in the component that extends BaseEditor, the delete(clear cell) event (backspace and delete keys)?

Thanks,
Vadim

Hi @Vadim

Please confirm if I understand it correctly. You plan to block any keyboard events that can alter the cell value? (is that apply to autofill, copy/paste, cut)

Hi @aleksandra_budnik

The behavior is as follows:

I have a focused cell and when the backspace/delete key is pressed, I need to intercept the event.

There are two events