hey,
on page doc:
https://preview.keenthemes.com/html/metronic/docs/forms/tagify#users-with-avatars
i get on console JS error of:
tagify.js:1 Uncaught ReferenceError: Tagify is not defined
i want to see and use sone of the sections on this page.
i try different browsers without luck.
please fix it.
Hi,
Sorry for the delay. We have fixed it.
Thank you
Thank you very much!
Hey,
I still see the error on this page.
Hey Sean,
i meant the error accure on your docs:
https://preview.keenthemes.com/html/metronic/docs/forms/tagify
see screenshot of this page:
<img src="https://i.ibb.co/y0Ft7Ym/error-js.png" />
the error not on my app.
Hi,
Thank you for your feedback.
Sure, we will fix it ASAP. When you recheck this page the issue will be fixed.
Regards.
Hi,
Please make sure you run your code on page ready and all core js files are loaded:
KTDom.ready(() => {
// your code.
});