Skip to content

Providing an "on_keydown" handler shouldn't stop the key from working inside inputs. #152

@Giwayume

Description

@Giwayume

I created a simple example:

https://jsfiddle.net/qs4v9mua/

If you try to use the "delete" key to remove characters from the input, it does nothing (unless you hold it down). However, if you use the "backspace" key, it works.

The only difference between the two configuration is the fact that the "on_keydown" handler is passed. How do I fix this so the configuration doesn't interfere with inputs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions