OnkeyDown not working in NativeListener?

Tags: #<Tag:0x00007f8b233af330> #<Tag:0x00007f8b233af1f0>

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)}
     / >

Closed with Can't get semantic dropdown control to work in customEditor