Closed Maremic closed 2 months ago
Thanks for reporting. The flag svg
image URL (in the CodePen demo page) was an old deprecated URL.
I've updated the Pen for the new URL: https://flagicons.lipis.dev/flags/4x3/...
Thanks, now at demo page svg images are visible, but it still do not have autocomplete and when you select smething it do not appear as tag until you write exactly same text and then hit double enter.
=> on https://yaireo.github.io/tagify/#section-extra-properties
=> on demo page
there are no images on dropdown, and autocomplete do not run, when you hit enter it do not create selected tag till its exactly the same, I met exactly same issue in my project
https://codepen.io/Hellsink/pen/yLddRro same in this demo, when you try to include autoComplete:{enabled:true,} it do not work
Prerequisites
💥 Demo Page
I have same problem in demo page for flags example on https://yaireo.github.io/tagify/#section-extra-properties => https://codepen.io/vsync/pen/ExKjVJJ
Explanation
In console I have no errors, using latest chrome on main page of tagify it works as expected https://yaireo.github.io/tagify/#section-extra-properties we can see flags, templates and autocomplete, how ever in demo page for that example is exactly same issue as I am getting in my project https://codepen.io/vsync/pen/ExKjVJJ
What is happening instead? Tagify looks like ignoring most of settings
What error message are you getting? No error messages
I tried more versions of my code, define settings on tagify intance directly, editing it after etc.. I tried more templates from examples to see if I am not just stupid.