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

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. #1380

Closed Maremic closed 1 month ago

Maremic commented 2 months ago

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.

{0C6BFAC2-3AA6-483E-8E62-0F784FC60CD2}

=> on https://yaireo.github.io/tagify/#section-extra-properties

{243314EF-BB22-4EC2-824A-C9F4196B3480}

=> 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

Originally posted by @Maremic in https://github.com/yairEO/tagify/issues/1379#issuecomment-2357623223

Maremic commented 2 months ago

https://codepen.io/Hellsink/pen/yLddRro same in this demo, when you try to include autoComplete:{enabled:true,} it do not work

yairEO commented 1 month ago

if you start typing cz you must apply the auto-complete, which is only a suggestion and doesn't actually changes your input until you press the Right-Arrow or Tab key.

Also, in this specific demo, the there is no auto-highlighting of the first-matched dropdown item.