- fixes #1458 - fix press enter to break line before a tag in mixed mode 4a0fb41
- minor improv 9a661c7
- fixes #1454 - setting
readonly
tofalse
(when initially wastrue
) does not re-bind events 213853d - fixes #700 - removing tags when the style
--tag-hide-transition: 0s
is set does not trigger theremove
event before thetagify.value
is actually modified dadc927 - fixes #700 - removing tags when the style
--tag-hide-transition: 0s
is set does not trigger theremove
event before thetagify.value
is actually modified 80c0cd7 - refactor: update
update
method to accept a callback and added a call to tgigger the 'remove' event whenremoveAllTags
is called ccb350f - moved
UPDATE_DELAY
to theconstants
file and trigger 'remove' event inremoveAllTags
db48a47