So, I am using a customEditor…and when a user double clicks or hits “enter”, it correctly shows my custom editor.
However, on the object, I am not able to detect any keydown events?
Is there a way to get access to these events inside my customEditor?
<NativeListener
onMouseDown={this.stopMousedownPropagation}
onKeyDown={(e)=>console.log(e)}
/ >