webscopeio / react-textarea-autocomplete

📝 React component implements configurable GitHub's like textarea autocomplete.
MIT License
451 stars 80 forks source link

Suggestion list doesn't appear again after pressing keydown button #138

Closed jazzy-em closed 5 years ago

jazzy-em commented 5 years ago

Hello! Thanks for awesome component your built!

I faced with issue which is reproducable on demo example

Steps:

  1. Type :s. Suggestion list appears
  2. Press keydown button on keyboard
  3. Type one more char

Expected behavior: Suggestion list appears after typing new char

Actual behavior: Suggestion list doesn't appear any more until you delete all chars before trigger symbol

jukben commented 5 years ago

Thanks for the issue! It was a quick fix, right now I'm working on e2e test to prevent such a regression in the future. 🙌 I'm gonna deploy fixed version today. 🚀

jukben commented 5 years ago

Bugfix has been prepared if you have time, you can check it out! #139

jazzy-em commented 5 years ago

Thanks for so quick response and fix! I've checked it, it works as expected. Thanks!

jukben commented 5 years ago

Deployed as 4.3.2 🚀