vis-network icon indicating copy to clipboard operation
vis-network copied to clipboard

vis-network influences input events?

Open headfox23 opened this issue 4 years ago • 2 comments

We use react 16 with material ui 4.12 and vis-network 9.1.0. If we render the network everything works fine. But somehow the rendering of the network influences further events on inputs to not accept "-" anymore.

Any idea what this could be?

headfox23 avatar Sep 15 '21 12:09 headfox23

The problem seems to be the keyup and keydown listeners which you add.

headfox23 avatar Sep 15 '21 12:09 headfox23

Current solution is to disable the keyboard interaction via options...

headfox23 avatar Sep 15 '21 12:09 headfox23