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)?
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)