react-js-spatial-navigation
react-js-spatial-navigation copied to clipboard
can not delete input type number value with focusable
I can use focusable with input type text correctly, but when i switch to input type number, i can not listen document level keydown and keyup event.
why this is not working with input type number?
please help me.
Can you elaborate a example using https://codesandbox.io/ ? Thanks!