chandler
chandler copied to clipboard
We should be able to @ mention someone in the Textarea
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.
I'll take a look at this and see what I can do :)
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.
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.