Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing keyboard/input event on BACKSPACE #2

Open
reppners opened this issue Feb 9, 2015 · 1 comment
Open

Missing keyboard/input event on BACKSPACE #2

reppners opened this issue Feb 9, 2015 · 1 comment
Labels

Comments

@reppners
Copy link

reppners commented Feb 9, 2015

Hey there,

this keyboard works really nice in one of our applications but we are missing one thing:

When backspace is hit, there is no keyboard events (keydown, keyup, keypress) or a change event on the input element which makes it hard to detect changes in a underlying model value. We are using AngularJS and this breaks the databinding and forces to check the value of the input field on intervals. I would do the change and submit a pull-request if you welcome contributions.

@xontab
Copy link
Owner

xontab commented Oct 9, 2017

Can you please try again? Did some changes in the keyboard events.

@xontab xontab added the bug label Oct 9, 2017
xontab pushed a commit that referenced this issue Mar 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants