React Mentions - Building React Autocomplete Input for Comments

  Рет қаралды 10,955

Monsterlessons Academy

Monsterlessons Academy

Күн бұрын

Пікірлер: 43
@MonsterlessonsAcademy
@MonsterlessonsAcademy 5 ай бұрын
WATCH NEXT: React Interview Questions and Answers - Dominate Your Next Interview - kzbin.info/www/bejne/r4Kro2elpd-ShJIsi=51b2XP_84GH3q6oF
@seanfang398
@seanfang398 2 жыл бұрын
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👍
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
Fantastic!
@maryahmed9713
@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?
@cesarsalazar7402
@cesarsalazar7402 2 жыл бұрын
Great video!, this really show the base I needed
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
Glad I could help!
@haroldpepete
@haroldpepete 2 жыл бұрын
Nice, thanks for share with us
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
Thanks for watching!
@nsulanov312
@nsulanov312 2 жыл бұрын
Thanks for this video, is it possible to trigger suggestion by pressing some button near the input ?
@srirampant3135
@srirampant3135 2 жыл бұрын
how to change the color from black to blue I am not able to do it properly as it is coming somewhat ugly.
@maryahmed9713
@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
@srirampant3135 Жыл бұрын
@@maryahmed9713 yeah I did
@maryamahmedseager142
@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
@elmuerto6337
@elmuerto6337 4 ай бұрын
@@srirampant3135 bro, share with us, pls, i have the same problem
@MikheilZhghenti
@MikheilZhghenti 5 ай бұрын
how to add a loader spinner while fetching data?
@lwrightnusura4486
@lwrightnusura4486 2 жыл бұрын
Very helpful!
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
Glad you think so!
@jaysingh5402
@jaysingh5402 2 жыл бұрын
Can you make part 2 of this video for saving the value, what you are displaying in textarea ?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
I will add it to the list of ideas!
@trups11trupti
@trups11trupti 9 ай бұрын
how can I integrate Rich Text Editor with it? it gives me normal textarea here.
@MonsterlessonsAcademy
@MonsterlessonsAcademy 9 ай бұрын
I didn't try to do that so I can't help you here
@rimjabil2840
@rimjabil2840 9 ай бұрын
same thing, did you find a solution?
@trups11trupti
@trups11trupti 9 ай бұрын
@@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-g9c
@pranayshinde-g9c 24 күн бұрын
is there any other source code to apply on simple html projects
@MonsterlessonsAcademy
@MonsterlessonsAcademy 23 күн бұрын
No it's a react library
@herbertk9266
@herbertk9266 2 жыл бұрын
Thank you
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
You're welcome
@Tdubs241083
@Tdubs241083 2 жыл бұрын
Great video. I really like your color theme, what is it called?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
It is called gruvbox
@Tdubs241083
@Tdubs241083 2 жыл бұрын
@@MonsterlessonsAcademy great thank you
@snjvthakur24
@snjvthakur24 Жыл бұрын
Can i do the same for "$" char?
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
I didn't try that.
@ElevateMonk
@ElevateMonk 2 жыл бұрын
is it possible to use this with an existing textarea ?
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
I never tried that so can't say anything.
@ElevateMonk
@ElevateMonk 2 жыл бұрын
@@MonsterlessonsAcademy what about emojis did you try adding ?
@ElevateMonk
@ElevateMonk 2 жыл бұрын
was able to add emojis thanks
@joshuagalit6936
@joshuagalit6936 Жыл бұрын
This is not working in typescript
@MonsterlessonsAcademy
@MonsterlessonsAcademy Жыл бұрын
Then you need to fix it
@joshuagalit6936
@joshuagalit6936 Жыл бұрын
​@@MonsterlessonsAcademy oh yeah the real resort is any 😂
@jaysingh5402
@jaysingh5402 2 жыл бұрын
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
@MonsterlessonsAcademy
@MonsterlessonsAcademy 2 жыл бұрын
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.
@jaysingh5402
@jaysingh5402 2 жыл бұрын
@@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.
@inzamam1320
@inzamam1320 2 жыл бұрын
@@jaysingh5402 did you got the solution ??
React Building Comments Application
55:57
Monsterlessons Academy
Рет қаралды 73 М.
Why I avoid react's uncontrolled inputs
13:06
Web Dev Cody
Рет қаралды 15 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
React Select Example | React Dropdown Menu - Fully Customizable
15:45
Monsterlessons Academy
Рет қаралды 85 М.
You Probably Shouldn't Use React.memo()
10:17
Theo - t3․gg
Рет қаралды 59 М.
This is the Only Right Way to Write React clean-code - SOLID
18:23
Даниил Налетов (ManyChat) - Ещё один текстовый веб-редактор и в чём проблемы contenteditable?
23:43
HolyJS — конференция для JavaScript‑разработчиков
Рет қаралды 1 М.
Autocomplete Search in React JS - Build It Yourself
16:01
Monsterlessons Academy
Рет қаралды 6 М.
Most Beginner React Developers Do This Wrong
13:47
Web Dev Simplified
Рет қаралды 240 М.
6 State Mistakes Every Junior React Developer Makes
15:53
Lama Dev
Рет қаралды 270 М.
7 ways to deal with CSS
6:23
Fireship
Рет қаралды 1,1 МЛН
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 2,7 МЛН