chandler icon indicating copy to clipboard operation
chandler copied to clipboard

We should be able to @ mention someone in the Textarea

Open djaiss opened this issue 2 years ago • 3 comments

Right now we can't use the @ mention in a textarea.

The textarea component should have the ability to let us @ mention someone, through the component API.

We should be able to indicate a new props accept-mention or something. Once it's set to true, we should be able to call the backend when we @ and load the list of proper contacts.

Then once we select the contact, we should emit something to let the UI know that we've selected someone.

djaiss avatar Nov 01 '22 01:11 djaiss

I'll take a look at this and see what I can do :)

njelich avatar Nov 01 '22 09:11 njelich

We don't have a backend yet to provide the contacts but this is something that I can do quite quickly. I think I just need the vault id and the letters, and I'll send the 5 names that match them.

djaiss avatar Nov 01 '22 11:11 djaiss

This is sorely missed from current CRM solutions. A great feature addition! The note in question would then ideally appear in the contact journal of all the contacts that have been mentioned.

Ali1 avatar Feb 21 '23 13:02 Ali1