Skip to content

0.6.0

Compare
Choose a tag to compare
@developit developit released this 24 Feb 13:36
· 36 commits to master since this release

Features

  • Adds support for input event (works like a live change 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