You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 achange
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.The text was updated successfully, but these errors were encountered: