-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wip: adding form clear on reload #11
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@InsaneZein does this reset the fields when moving around the site or just when you remount the page? |
When you move around the site. It resets it whenever the page gets initialized. |
@InsaneZein can we hold this PR until I lock the submit button behind auth. I don't want people to have to navigate away and then lose all of their recipe if they've already started it Also, I want to make sure that if a person generates their recipe and then wants to go back to edit it, that it doesn't get removed from state |
I'm currently working on this part. I'm having trouble figuring out how to get back to the BuilderForm route with existing data. |
Your Render PR Server URL is https://twotop-frontend-pr-11.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-ccmtf75a4993a5lqppb0. |
I'm trying to add a form clear, but I've got one little hiccup: if I click "reset", the form clears but the list fields don't go away