Page reloading on multiple form page
What is the right way to disable the page reloading whenever I submit any of the forms?
7 Replies
if you don't redirect anywhere it shouldn't reload
I dont redirect them to anywhere. but its still redirects.
does it? how do you see it redirects?
Sorry I mean I dont redirect the form when I submit the form, but still reloads the page.
wire:submit.prevent="updateProfile"
does not even solve the issue.in v3 prevent is the default
EditRecord blade view doest seem to have
submit.prevent
but its not redirecting.
Is it because I have extended the EditProfile class to my custom page?