Event Keydown

Tags: #<Tag:0x00007f0b0bcae370>

Hello, how do I disable either the keydown event or cellRender that occurs within keydown?

Hi @lucas_gadot

The beforeKeyDown can be stopped by calling stopImmediatePropagation on the event.


src: https://handsontable.com/docs/7.4.2/Hooks.html#event:beforeKeyDown