Closed
Description
Hey all, writing a kiosk type app in Linux. It's for a touch device and I needed a virtual keyboard. I found a great Chrome extension at https://chrome.google.com/webstore/detail/virtual-keyboard/pflmllfnnabikmfkkaddkoolinlfninn?hl=en.
The extension works fine but React's onChange doesn't recognize it. The extension is JS-based and it dispatches keyDown, keyUp, keyPress, and change events itself. And naturally it updates the element's value. Why wouldn't this work?
Thanks!