Skip to content

No handler for onclick so form just submits #64

Description

@qc00

In a keyboard with appendLocally set to true, any key button will cause the surrounding form to submit.

After some debugging, I noticed there's no handler for the click even in the library and that event is still generated even if the mouseup and mousedown handlers cancel the default behavior.

I fixed this in my project by adding a trivial event handler for click.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions