We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codepen.io/Sianwa-Atemi/pen/oNrdrvg
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?
What is the expected behavior? Tags in whitelist should be displayed
What is happening instead? Tags do not display and a warning message is outputted to the console
What error message are you getting? "[Tagify]:" "tag element doesn't exist"
The text was updated successfully, but these errors were encountered:
66c8a7f
No branches or pull requests
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:
Might this be as a result of the changes made 2 days ago?
What is the expected behavior?
Tags in whitelist should be displayed
What is happening instead?
Tags do not display and a warning message is outputted to the console
What error message are you getting?
"[Tagify]:" "tag element doesn't exist"
The text was updated successfully, but these errors were encountered: