Open verma-anushka opened 4 years ago
After retrieving the value from the database, I need to display it in a customized format. ( @username with the username being a link to the user's profile which can be accessed via the id). Is there a way to achieve this functionality?
@verma-anushka Yes check this article it contains a solution for this https://medium.com/@aly.essam.seoudi/simple-react-guide-to-implement-chat-comment-input-component-react-mentions-emoji-mart-a48a4d8c4fad
After retrieving the value from the database, I need to display it in a customized format. ( @username with the username being a link to the user's profile which can be accessed via the id). Is there a way to achieve this functionality?