Комментарии:
there are millions of files on github
Ответитьu change only text and u have 2 different buttons thats .....
ОтветитьHi Austin, sorry for another question! When I move to the next step it seems to populate the next inputs with the previous values. Have you ever come across that behaviour?
ОтветитьOnly half way through but loving the video. Out of interest, do you need to use a ref to register the input? I've been using {...register('name', {required: true})} as an attribute and it seems to be working ok?
Ответитьthanks man
ОтветитьThis will work with zod? I tried it with zod but i cannot get to step 2 cause my step 2 fields also validated when clicking next to step 2.
ОтветитьYour repo is outdated
Ответитьthank a lot for thit tutorial, bro i have a question how will it be if you the sections in differents componet, i mean how will you acces to data in different form and submit them in a single, i'm really curious about knowing this
ОтветитьNice tutorial mate. Can you do the same with Next.js and the next router. So each step of the form will be a new route?!?
ОтветитьLove this video!
Question: can we use yupResolver with this strategy?
This really helped me! Thank you, Austin!
ОтветитьThank You Sir
ОтветитьIt was awesome!! Thank you so much!
Just one question, what does the "null, 2" mean?
Very well done and extremely simple not too many third party libraries. Thank you this is what I was looking for
ОтветитьThank you dude , it's awesome
ОтветитьThanks bro!!!
ОтветитьMuito bom!, conseguir entender e aplicar a um projeto real, mesmo sem ouvir o áudio ou ver as legenda, obrigado!
ОтветитьIs there another way to hide the forms when we press next other than using tailwind css
ОтветитьThanks for this tutorial! There is one inaccuracy though. When you play around with the forward and back buttons at some point the form gets submitted too early. When you go through all the steps and check the checkboxes then go back and then try to go to the next step again the form actually gets submitted. Any idea on how to solve this?
ОтветитьGreat multi step form tutorial. 👍👋❤️😍
ОтветитьThank you.
ОтветитьThank you Austin! Exactly what I needed! Clean explanation! Cheers man!
ОтветитьAmazing tutorial with simple and step by step explanations on complex, multi step form, Thank you Austin.
ОтветитьTrying to process what hiding parts of the form means for accessibility. Seems like keyboard users would still have the entire form read to them, even though the whole form is not visible at once for sighted users. Thoughts?
ОтветитьPlease don't make render functions which you then call inside of your page render. That's an anti-pattern; use react components. {formStep > 2 && <NextButton />}
ОтветитьNice, this just save me a lot of research on how to do it. thanks
ОтветитьThe best I've seen so far. Thanks Austin.
Ответитьthis is THE PERFECT video I was searching on yt. Your words are straight and clear and fits right into the mind. No fast forward, no timepass, just a perfect tutorial.
ОтветитьHi Austin,
there is a big mistake in your code!
If I jump from the 3rd step again to the 1st step - then afterwards the value in the 2nd step is missing!
What is the reason for this?
Best regards
Markus
You can just pass the 'hidden' attribute to any html tag instead of passing a classname, resulting in cleaner syntax.
Amazing video. Pretty smart and simple implementation.
Would love to see the same video with TS + React Hook Form v7 + Material UI + Tailwind :)
ОтветитьThis video was SO incredibly helpful - thanks so much for this! I really appreciate the pace and the way you explained each step in such a succinct, clear way. You just saved me from a couple hours of potential headache, so thank you!!!
Ответитьthis is exactly what I needed.
Gracias
Jusst awesome! You are a life saver Austin! I will definitely checkout your tailwind video. Thanks again.
ОтветитьI'm having a problem with taking a multiple choice test with multiple questions in sections and don't know how to solve it? can you help me with the solution?
ОтветитьIf it's a series of multiple choice questions, how should we solve it?
ОтветитьCool. What about adding logic between the forms?
ОтветитьI think there is a v7 update change a lot =) can you redo a video to keep it easy to follow?
ОтветитьExcellent. Thanks a ton. Subscribed.
ОтветитьThank you so so so Much !!!!!
ОтветитьWith the latest react-hook-version v7, you don't need to add CSS, values persist in the form even if you change the step. Thanks, Austin for your tutorial! it helps me a lot
ОтветитьCould you create this same thing using bootstrap or antd instead of tailwind ?
ОтветитьHow to do? if I need check on unique email for registration in first step?
ОтветитьThank you so much, Austin!
ОтветитьI can't believe it. You just saved me from being fired!
Ответитьtime savior !
ОтветитьThanks for this amazing tutorial.
ОтветитьNice tutorial! pretty straightforward, now I'm gonna try to separate each step in different files
Ответить