- added
engines
section topackage.json
file 9ad1cf6 - improved example code to initially be disabled and quickly be enabled after initialization 748c501
- fixed so
removeTags
only happens if thedelete
key was pressed and not thebackspace
key 4438723 -
- allow DELETE key before the very first tag, if it's the first node also - added a
constants
file -fixCaretBetweenTags
helper function should not change caret position if the tagify instance is not in focus 787eb49
- allow DELETE key before the very first tag, if it's the first node also - added a
- fixes #1221 - an initially disabled field should be editable once
setDisabled(false
is called 37ba312 - fixes #1231 - moved
placeCaretAfterNode
to thehelpers
file and added 2 places where a zero-width character is injected: between tags and before the first tag, only if its the first node 1d41a69 - should allow selecting dropdown values with multiple spaces in them c8b9466
- fixes #1214 - in mix-mode, the
pattern
setting represents which pattern starts a tag, but the tags themselves do not have this pattern when being edited, and so, pattern-validaiton should not occur 4a67775 - fixes #1232 -
getTagIndexByValue
should use thevalue
property of the tag's data and not assume the tag's innerText is same as the value 5c76a58 - added
pre-wrap
to the styles of the dropdown items so multiple spaces could be rendered (fixes #1224) 0e6f3de - replaced minified regex which was supposed to collapse white space between tags but also caused a bug - it removed spaced within attributes. Came up with a better solution. (fixes #1224) 97380d9