Better tags input interaction with JavaScript.
- Added ability to clear the hook storage object if it’s empty.
- Added
TP.state
property to set initial state globally.
- Removed
TP.each()
method. - Renamed
TP.__instance__
toTP.instances
. - Added
has.tag
,max.tags
andmin.tags
hooks. - Removed translation feature. Use the new hooks!
- Removed
state.alert
option. Use the new hooks to create your own alert messages!
- Updated hook system and added more examples.
- Consider
disabled
andreadonly
attribute to control the tag picker behaviour.
- None.
- Fixed tab-index of the “×” button.
- Better tabbing behaviour.
- Removed experimental JavaScript module pattern.
- Small bug fixes and improvements.
- Changed project name from
tags-input-beautifier
totag-picker
. - The “×” button is removed. You can now trigger focus on a tag item and delete it using
Backspace
orDelete
key. You can also navigate between tag items usingArrowLeft
andArrowRight
key.
- None.