0.6.0
Features
- Adds support for
input
event (works like a livechange
event) - Saves partially entered text if the user uses the mouse to navigate elsewhere
Bugfixes
- Fixes incorrect input value on
change
(was lagging by one character)
Changes
- Use constants for key codes
- Switch to proper event registration
- JSHint fixes