Releases: developit/tags-input
Releases · developit/tags-input
1.1.0
1.0.1
1.0.0
- Rewritten in ES6 & LESS
- Added support for most/all of the remaining HTML input attributes/properties
- Merged @mikemaccana's CSV paste support
0.8.0
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