monicahq/chandler
View on GitHubWe should be able to @ mention someone in the Textarea
Open
#280 opened on Nov 1, 2022
front-endhelp wanted
Repository metrics
- Stars
- (279 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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.