You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tagify doesn't use classNames as selectors, as there is a lot of variability. I'd expect some internal IDs / guids to be used, or some reference system that doesn't need to query the DOM once the DOM is written to? idk.
What is happening instead?
Tagify is using classNames as selectors
What error message are you getting?
Uncaught DOMException: Element.querySelector: '<the entirety of the classNames list>' is not a valid selector
The text was updated successfully, but these errors were encountered:
Prerequisites
💥 Demo Page
https://jsbin.com/bucixunuxi/2/edit?html,js,output
Explanation
Tagify doesn't use
classNames
as selectors, as there is a lot of variability. I'd expect some internal IDs / guids to be used, or some reference system that doesn't need to query the DOM once the DOM is written to? idk.Tagify is using classNames as selectors
The text was updated successfully, but these errors were encountered: