react-native-controlled-mentions
react-native-controlled-mentions copied to clipboard
Is it possible to delete the whole mention when backspace is pressed and a character is removed?
I wanted to fulfill the use case of removing the whole mention when backspace is pressed on a mention input, for eg: Hey @Mary How are you? -> when pressed backspace on y of Mary, we get Hey How are you? instead of Hey @Mar How are you?
That's a good suggestion for library enhancement, but for now, unfortunately I don't have a quick solution for this. I hope it's not critical for you and can wait until next release.
Any update on this enhancement ?
Hi Everyone , any updates please about this topic ?
@Sumit2202 @dabakovich @yaminichhabra @yessinej - Here is a PR for this functionality - https://github.com/dabakovich/react-native-controlled-mentions/pull/133