OEMentions
OEMentions copied to clipboard
How to get the mentioned users?
If I want to get the list of mentioned users (To submit to the Backend), how could I do it?
Thanks & Regards.
Hi @hainhathoang88
You can create a list and fill it from func mentionSelected(id:Int, name: String) in OEMentionsDelegate
So whenever a user is selected you add to the list.
Ok, but then how do I remove the users from the list when the text is deleted?
Stuck on that ...... Any solution?
Ok, but then how do I remove the users from the list when the text is deleted?