yairEO / tagify

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

Fixed: `focus` event is not emitted in `mix` mode #1313

Closed erkanarslan closed 5 months ago

erkanarslan commented 5 months ago

Focus event is emitted normally but not when in mixed mode. This commit fixes the related code line which uses "focus" instead of "focusin".

yairEO commented 5 months ago

Thanks very much! I've refactored that part already so this PR is not needed

Will soon release new version