Open tonilam opened 3 years ago
When submitting a form using inertia form helper, and the backend controller return Response::back(), the form data will be cleared.
This issue was caused by Jetstream where it default resetOnSuccess to true, as explained here: https://github.com/inertiajs/inertia/issues/170
When submitting a form using inertia form helper, and the backend controller return Response::back(), the form data will be cleared.