webscopeio / react-textarea-autocomplete

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

Fix for issue #78 (Selection resets after new props are passed) #79

Closed michauzo closed 6 years ago

michauzo commented 6 years ago

It's enough to check if the list has changed and if no just skip changing selection.

close #78

jukben commented 6 years ago

Thanks for the PR! I will take a look on it ASAP. 🙌

jukben commented 6 years ago

Awesome! Thanks.