WATCH NEXT: React Interview Questions and Answers - Dominate Your Next Interview - kzbin.info/www/bejne/r4Kro2elpd-ShJIsi=51b2XP_84GH3q6oF
@seanfang3982 жыл бұрын
I am working on 'Mentioning people' feature for my project, and this video just shows me the general ideas of how to implement it, thank you so much👍
@MonsterlessonsAcademy2 жыл бұрын
Fantastic!
@maryahmed9713 Жыл бұрын
Thanks for this video! Can you please provide information on how I could change the font color of the mention to blue after it's inserted into the input field instead of black font color?
@cesarsalazar74022 жыл бұрын
Great video!, this really show the base I needed
@MonsterlessonsAcademy2 жыл бұрын
Glad I could help!
@haroldpepete2 жыл бұрын
Nice, thanks for share with us
@MonsterlessonsAcademy2 жыл бұрын
Thanks for watching!
@nsulanov3122 жыл бұрын
Thanks for this video, is it possible to trigger suggestion by pressing some button near the input ?
@srirampant31352 жыл бұрын
how to change the color from black to blue I am not able to do it properly as it is coming somewhat ugly.
@maryahmed9713 Жыл бұрын
Hi @sriram did you ever get this figured out? I'm trying to change the mention font color from black to blue as well and not able to
@srirampant3135 Жыл бұрын
@@maryahmed9713 yeah I did
@maryamahmedseager142 Жыл бұрын
@@srirampant3135 yay! Could you share how you did it 🙏, mine looks really ugly with a drop Shadow when I try to do it as well
@elmuerto63374 ай бұрын
@@srirampant3135 bro, share with us, pls, i have the same problem
@MikheilZhghenti5 ай бұрын
how to add a loader spinner while fetching data?
@lwrightnusura44862 жыл бұрын
Very helpful!
@MonsterlessonsAcademy2 жыл бұрын
Glad you think so!
@jaysingh54022 жыл бұрын
Can you make part 2 of this video for saving the value, what you are displaying in textarea ?
@MonsterlessonsAcademy2 жыл бұрын
I will add it to the list of ideas!
@trups11trupti9 ай бұрын
how can I integrate Rich Text Editor with it? it gives me normal textarea here.
@MonsterlessonsAcademy9 ай бұрын
I didn't try to do that so I can't help you here
@rimjabil28409 ай бұрын
same thing, did you find a solution?
@trups11trupti9 ай бұрын
@@rimjabil2840 nope. I configured draft-js with mention module. Let me know if u need help with it. Author is not ready to help
@pranayshinde-g9c24 күн бұрын
is there any other source code to apply on simple html projects
@MonsterlessonsAcademy23 күн бұрын
No it's a react library
@herbertk92662 жыл бұрын
Thank you
@MonsterlessonsAcademy2 жыл бұрын
You're welcome
@Tdubs2410832 жыл бұрын
Great video. I really like your color theme, what is it called?
@MonsterlessonsAcademy2 жыл бұрын
It is called gruvbox
@Tdubs2410832 жыл бұрын
@@MonsterlessonsAcademy great thank you
@snjvthakur24 Жыл бұрын
Can i do the same for "$" char?
@MonsterlessonsAcademy Жыл бұрын
I didn't try that.
@ElevateMonk2 жыл бұрын
is it possible to use this with an existing textarea ?
@MonsterlessonsAcademy2 жыл бұрын
I never tried that so can't say anything.
@ElevateMonk2 жыл бұрын
@@MonsterlessonsAcademy what about emojis did you try adding ?
@ElevateMonk2 жыл бұрын
was able to add emojis thanks
@joshuagalit6936 Жыл бұрын
This is not working in typescript
@MonsterlessonsAcademy Жыл бұрын
Then you need to fix it
@joshuagalit6936 Жыл бұрын
@@MonsterlessonsAcademy oh yeah the real resort is any 😂
@jaysingh54022 жыл бұрын
In the textarea you are displaying "gregwrege John", but you explained please type like this "gregwrege John".match(/[^(]+(?=\))/g). You get ['john'] and save in your backend. But i haven't send like this. I have to send whole text to backend like this = gregwrege John, Jack & John
@MonsterlessonsAcademy2 жыл бұрын
You send the whole comment to backend to save but at the moment of saving backend must parse the text to get ids of users from it and notify them by sending emails.
@jaysingh54022 жыл бұрын
@@MonsterlessonsAcademy I want send data like this "Jack is honest, good & intelligent guy". I am not going to notify any user by sending emails. Indirectly i want to save the address of a person with name.