react-native-controlled-mentions icon indicating copy to clipboard operation
react-native-controlled-mentions copied to clipboard

Is it possible to delete the whole mention when backspace is pressed and a character is removed?

Open Sumit2202 opened this issue 2 years ago • 4 comments

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?

Sumit2202 avatar May 25 '22 14:05 Sumit2202

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.

dabakovich avatar Jun 02 '22 12:06 dabakovich

Any update on this enhancement ?

yaminichhabra avatar May 08 '23 16:05 yaminichhabra

Hi Everyone , any updates please about this topic ?

yessinej avatar Jul 24 '23 15:07 yessinej

@Sumit2202 @dabakovich @yaminichhabra @yessinej - Here is a PR for this functionality - https://github.com/dabakovich/react-native-controlled-mentions/pull/133

thejogsa avatar Feb 18 '24 15:02 thejogsa