yairEO / tagify

🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
https://yaireo.github.io/tagify/
Other
3.56k stars 436 forks source link

Fails on inputs with no value #1394

Closed JGMerlix closed 4 weeks ago

JGMerlix commented 1 month ago

Prerequisites

Explanation

It's like Tagify is assuming that ALL inputs have pre-existing values. This did not happen before. In previous version, Tagify would simply return an instance with no preloaded tags if the input had no value.

yairEO commented 1 month ago

which version are you using? make sure it's the latest

yairEO commented 4 weeks ago

I think this has already been fixed so closing until OP responds saying the issue persists with latest version