Hi. Does anyone have a working example of handling keyboard events?
I basically stuck at
(rum/defc test-c []
[:div {:tabIndex 1, :on-keyPress on-key}
[:p "Test"]])
and
> react-dom.inc.js:894 Warning: Invalid event handler property onKeypress
. Did you mean onKeyPress
?Try :on-key-press
@maridonkers tabindex could also use some change I think ) Thanks!