Тёмный
Vlad Nicula
Vlad Nicula
Vlad Nicula
Подписаться
Комментарии
@able4eva
@able4eva 6 дней назад
quite fast for not that experienced devs as me, but very well explained and understandable even for me. Thank you so much
@walterssouto1486
@walterssouto1486 23 дня назад
You just saved my life. I hope more developrs find you! Thanks so much
@Hdiwinsndbhejhdbb
@Hdiwinsndbhejhdbb Месяц назад
How to pre-select an option or multiple options?
@vasiliisisilii
@vasiliisisilii 2 месяца назад
спасибо за видео, Влад. Очень пригодилось в работе.
@kevinmcaloon9625
@kevinmcaloon9625 3 месяца назад
So hard to just sit here and watch him struggle around 1:10:00 and not to talk to the screen telling him to check the spelling!
@FrankyyBalboa
@FrankyyBalboa 4 месяца назад
It's not efficient tutorial at all, because if you click submit button, the form doesn't reset values!!!!!!
@DmitriySidorenko
@DmitriySidorenko 4 месяца назад
Create content! BTW, to prevent button from submitting the form just add type="button"
@user-id9xn5ri8z
@user-id9xn5ri8z 5 месяцев назад
Can we have an output format for php symfony? because currently it is impossible it returns us a number impossible to format in the data return.
@maddzkz
@maddzkz 5 месяцев назад
Fantastic video! It helped me understand what I was missing in my code. However, I would like to integrate with the "freeSolo" prop of Autocomplete, any ideas on how to do that?
@faris.abuali
@faris.abuali 5 месяцев назад
Thanks!
@faris.abuali
@faris.abuali 5 месяцев назад
Thank you so much!
@faris.abuali
@faris.abuali 5 месяцев назад
I am glad I've just completed the entire video Much informative and exciting! Thanks a million
@faris.abuali
@faris.abuali 5 месяцев назад
Much informative! Thanks so much!
@yutsacarm8021
@yutsacarm8021 5 месяцев назад
real good video love the part you turned it into reusable component
@Mrsgmuller73
@Mrsgmuller73 5 месяцев назад
Hey!!!! Thank you so much for this! Saved my week! Cheers from Brazil <3
@santhanamelumalai8025
@santhanamelumalai8025 6 месяцев назад
Thanks a lot for this critical element, as you said if you integrated the autocomplete you can do all other mui component. Well done.
@Gruby7C1h
@Gruby7C1h 6 месяцев назад
The part about TypeScript types is exactly what I needed, thanks!
@fares.abuali
@fares.abuali 6 месяцев назад
What a great tutorial 😊 Thanks Vlad
@fares.abuali
@fares.abuali 6 месяцев назад
Thank you so much! Concise & informative 🎉
@orianadelimar14
@orianadelimar14 7 месяцев назад
I am trying to implement the autocomplete with React Hook Form but using register and not controller, shouldn't it work the same?
@user-yn6ob8vd8t
@user-yn6ob8vd8t 7 месяцев назад
Hey! loved the video! Any idea how i can let the user type whatever they want as the option?
@SiliconValleyCodeCampVideos
@SiliconValleyCodeCampVideos 8 месяцев назад
I was all in until we got to error checking. Wow, useImperativeHook seems super unintuitive to me and something I'd not want to have to explain in a code review. I was following along great until then.
@ricardocalixto4472
@ricardocalixto4472 8 месяцев назад
thnaks, very usefull
@mirsahib596
@mirsahib596 8 месяцев назад
thanks for details video but could you explain how to set default value in autocomplete control component
@kousheralam8657
@kousheralam8657 8 месяцев назад
Thanks a lot man!!
@snoopquits-friend
@snoopquits-friend 8 месяцев назад
thank you, it was helpful!
@aslanthr
@aslanthr 8 месяцев назад
amazing video, I just don’t understand why you reassign the “setErrorRef.current = setError”. Isn’t it just enough to assign it once as: const setErrorRef = useRef(setError) This should already point the current value of serErrorRef to the setError function. Hence, “setErrorRef.current = setError” should not be necessary.
@usamahassan4705
@usamahassan4705 9 месяцев назад
How i can use it in update using setValue? i am unable to fetch old value in the field, somehow i did it but after that i am unable to get the options
@chrisauret3785
@chrisauret3785 10 месяцев назад
Fantastic job. I'm having trouble using this with 'multiple' however. Also, and edit mode would be super helpful, so we can see how to preselect an option based on a value that would have been retrieved from the backend/db
@Quick_Code
@Quick_Code 10 месяцев назад
Nice video.
@nnasim5089
@nnasim5089 10 месяцев назад
Thankyou it is very useful for me, however I want to see should I use use state or use form for my auto complete forms?
@uchennaiheanacho1
@uchennaiheanacho1 10 месяцев назад
Hey man, thanks for the awesome videos. Btw, which font are you using?
@toannew
@toannew 10 месяцев назад
thank u very much
@toannew
@toannew 10 месяцев назад
Please make a video about Multiple Input values of autocomplete. Thank you
@user-rm7oz4xu3k
@user-rm7oz4xu3k 11 месяцев назад
Thanks a lot, couldn't understand how to make it controllable, value of Autocomplete and value from useForm were incompatible
@pratikbankar4757
@pratikbankar4757 11 месяцев назад
Thank you very much. Awesome job bro❤. Will be looking out for more from you.
@oleksandrrybalka2128
@oleksandrrybalka2128 11 месяцев назад
Best video I have ever seen on this topic. Your english is amazing. Thanks a lot
@vlad.nicula
@vlad.nicula 11 месяцев назад
Thank you so much for your kind words 😅 I might get back into making videos this autum
@JoelRdz
@JoelRdz 11 месяцев назад
This is excellent thank you very much! I just don't understand what you're doing in the TextField spread {...(props.inputProps ?? {})}
@vlad.nicula
@vlad.nicula 11 месяцев назад
I'm spreading an object, and if it doesn't exist, I avoid an error by providing and empty object to the spread operation 👍
@heteibako
@heteibako Год назад
You could have saved all the prop declarations with DetailedHTMLProps generic. :)
@vlad.nicula
@vlad.nicula Год назад
Making a mental note to Google and read about that 😅
@ayushgogna9732
@ayushgogna9732 Год назад
Amazing video helped me a lot did you released server components version of this ?
@vlad.nicula
@vlad.nicula Год назад
Nope, did not play around with server components enough yet. I have a hunch that the server components pattern will change a bit in the next year, so I'm not sure it's worth the effort to create another set of videos now 🤔
@ayushgogna9732
@ayushgogna9732 Год назад
@@vlad.nicula oops already started working with server components for a big project
@kartikjodhani7758
@kartikjodhani7758 Год назад
How can we use defaultValue for edit form with autocomplete ?
@vlad.nicula
@vlad.nicula Год назад
I think we only used controlled values, so we initialized the form with an initial controlled value inseated of a defaul one
@user-fx4hg3jq6t
@user-fx4hg3jq6t Год назад
thank you
@vlad.nicula
@vlad.nicula Год назад
My pleasure 😄
@brortiz
@brortiz Год назад
Great series! I'm struggling with MUI's DatePicker with RHF. If you could do a short video on that component it would be great, thanks!
@vlad.nicula
@vlad.nicula Год назад
I did an antd date picker video which should translate almost completely to an integration with MUI
@anuj7286
@anuj7286 Год назад
Hey man, Thankyou so much you have solved my problem :)
@vlad.nicula
@vlad.nicula Год назад
Happy to be of help 👍💪
@Pandobro12
@Pandobro12 Год назад
Can you explain how to convert this reusable function to allow for multiple select?
@vlad.nicula
@vlad.nicula Год назад
That would be quite a long explanation unfortunately, but you can give it a try by starting to check the docs on MUI on how to enable multiple selection, then following the trail of changes, starting with the onChange handler in our code, then going all the way to the validation schema if any. 👍
@spellsaif
@spellsaif Год назад
I have always struggled with creating complex form. Thanks for this tutorial.
@vlad.nicula
@vlad.nicula Год назад
I’m glad it was helpful 😊
@joshtriedcoding
@joshtriedcoding Год назад
Man I've never seen someone so dedicated to covering everything related to react forms. Very interesting approach to keep the form data just in memory for local development, didn't know that was possible! I think react-query would've been a great fit for this video as there's a lot of data fetching going on, but you managed to do everything with the regular fetch. Kudos, thanks a lot for sharing
@vlad.nicula
@vlad.nicula Год назад
Thanks Josh. I tend to keep my data in architectural layers that I control completely. I usually work with more complex data fetching systems that require more than just push and pull via http. I covered forms a lot because it reduces the time I need to spend explaining things one on one during code reviews. Going to move on to something else 😅
@pogadev
@pogadev Год назад
Thanks for taking your time to build that form and record a tutorial on how to do it. Sometimes, forms can be tricky especially when you have to build them with "dynamic" content based on what the user does in that form. Also, maybe tell chatGPT next time that he's on camera so he can behave and write the exact code that you want 🤣
@vlad.nicula
@vlad.nicula Год назад
I might try that. maybe if I ask chat gpt he's on camera he might make an effort 😅
@vivianneh9075
@vivianneh9075 Год назад
👏🏻👏🏻
@vlad.nicula
@vlad.nicula Год назад
😊