Skip to content

Most user events trigger the same hander multiple times #1

@rizsi

Description

@rizsi

And they will do the same thing multiple times and maybe even with the old value-new value:

i.onchange = inputhandler;
i.onkeypress=inputhandler;
i.onpaste=inputhandler;
i.oninput=inputhandler;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions