1
vote
3answers
401 views
Prevent default behavior in text input while pressing arrow up
I’m working with basic HTML <input type="text"/> text field with a numeric value.
I’m adding JavaScript event keyup to see when user presses arrow up key ( …
