form
form copied to clipboard
feat: add isSubmitSuccessful prop
This adds a new prop the form state called isSubmitSuccessful. My use case for this is that there is no good way to keep input/submission disabled when a form that calls a server action which redirects the user when the form is successful.