Yair Even Or
Yair Even Or
well.. I never thought somebody will press `Ctrl+Z` or "undo" since it's only one-key to click the backspace button so I didn't implement it to remove tags which were added....
Ok, thanks for reporting, I will fix it
I will check this tool https://www.npmjs.com/package/autorelease
@Xavierkelly - can you verify which version of Tagify are you using? does the [demo ](https://yaireo.github.io/tagify/) works without any problems? maybe you've changed the code (even by mistake) so try...
@felixswift - what error? this issue is about NPM auto-release. you should open an new issue and specify which version of Tagify you're using, and how are you using it...
Why should it do that?
Tagify handles escaping issues internally, and what do you mean by "allow use of native DOM API"? what for? And that bullet about libraries that already return DOM.. what is...
I choose to work with strings because it is much better for performance. Say you have many suggestions and you want to render the dropdown with all of them, then...
You have a tagify event for `click` (clicking a tag) and a tagify hook for clicking a suggestion item - `suggestionClick`. I will re-evaluate your suggestion because it does open...
The extra space **after** a tag comes from [this setting](https://github.com/yairEO/tagify/blob/master/src/parts/defaults.js#L31) and I am expecting the user to see a space was automatically added after the tag, and also to remove...