Describe the problem
When developing complex forms, validation becomes hard problem especially when the vite server reloads the whole page every single change in actions.
I made this stackblitz demo to better illustrate this issue.
Describe the proposed solution
I'd love to be able to edit anything inside the actions without having to fill all the data within the form.
Alternatives considered
No response
Importance
would make my life easier
Additional Information
I don't really know if this is a sveltekit issue, or a vite one.