Skip to content

onChange not firing with virtual keyboard #2244

Closed
@StevePotter

Description

@StevePotter

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions