webscopeio / react-textarea-autocomplete

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

Clicking on second suggestion replaces whole text #224

Closed karaxuna closed 2 years ago

karaxuna commented 2 years ago

Type @first asd @s and then select second from suggestion in codepan example

tmp

jukben commented 2 years ago

Can you try to downgrade to 4.7.3?

karaxuna commented 2 years ago

@jukben I would like to avoid fixing to specific version, if the commit is broken, can you please revert it?

jukben commented 2 years ago

It's rather workaround – I will definitely revisit it. I assume this is the root cause https://github.com/webscopeio/react-textarea-autocomplete/pull/220

karaxuna commented 2 years ago

OK, thanks @jukben

karaxuna commented 2 years ago

4.7.3 works fine.

jukben commented 2 years ago

Thanks for reporting @karaxuna I was able to fix it so it should be fixed in 4.8.1.