Keyboard input in panel/bokeh widget results in Keyboard shortcut

Got more details on our own code creating the widget.
It’s a custom widget that we developed to replace qgrid when it was not compatible anymore with lab.

our panel widget is a bit hackie and added to the output and not a cell.
something like this.
self.table_container = widgets.VBox([self.output])

We gonna try to fix this in our code.