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

Tag element doesn't exist #1369

Closed sianwa11 closed 3 months ago

sianwa11 commented 3 months ago

Prerequisites

💥 Demo Page

https://codepen.io/Sianwa-Atemi/pen/oNrdrvg

Explanation

When clicking on an input field where Tagify is applied, the tags do not display as expected. Additionally, the console outputs the following warning:

[Tagify]: "tag element doesn't exist" // [object Object]
{
  "tagElm": null,
  "data": undefined
}

Might this be as a result of the changes made 2 days ago?