yairEO / tagify

🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
https://yaireo.github.io/tagify/
Other
3.49k stars 431 forks source link

Don't hide dropdown during whitelist fetch. #1278

Closed jzohrab closed 8 months ago

jzohrab commented 8 months ago

As mentioned in https://github.com/yairEO/tagify/issues/884 and https://github.com/yairEO/tagify/issues/1275, hiding the dropdown before whitelist fetch and load may cause a few small hiccups:

When I removed the "hide" from my code, things seemed to function more smoothly.