vis-network
vis-network copied to clipboard
vis-network influences input events?
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?
The problem seems to be the keyup and keydown listeners which you add.
Current solution is to disable the keyboard interaction via options...