webscopeio / react-textarea-autocomplete

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

Textarea doesn't update its value if value is set to empty string #94

Closed O4epegb closed 5 years ago

O4epegb commented 5 years ago

I updated to v3 and something is wrong. It seems that textarea doesn't update its value if value is set to empty string.

jukben commented 5 years ago

Oh, snap, great catch @O4epegb, thanks for that! I made a silly mistake here https://github.com/webscopeio/react-textarea-autocomplete/commit/6d83b6a94c06f71a7cc9e2e58c38b5bb62b1be62 Should be fixed in 3.0.2 🚀

O4epegb commented 5 years ago

Great, thanks!