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

Entering two tags consecutively will not display the suggestions list on the second time #1384

Closed SakhnoI closed 2 days ago

SakhnoI commented 1 month ago

Prerequisites

💥 Demo Page

Demo: https://codesandbox.io/p/sandbox/tagify-issue-v4-31-3-nwnqr9?file=%2Fpackage.json%3A7%2C20

Explanation

  1. Input @ to show suggestions
  2. Suggestions are shown, press Enter to insert the first tag
  3. Input @ again to show suggestions again (without typing any other character before)
  4. Suggestions are shown
  1. Step 4 does not work, the suggestions are not shown. If I type a space or another character before the second @, it works perfectly (check the video).
yairEO commented 4 weeks ago

It's very strange because it does work on all my demos..

yairEO commented 2 days ago

closing as stale