You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if I'm misunderstanding, but I have a scenario where if the form submission was unsuccessful I want to keep a form drawer open, so my plan was to check the submission status, and if it wasn't equal to success keep the form drawer open so the user can take care of the errors
it appears that when we return json(submission.reply({resetForm: true})) it actually clears out the status, how can I be sure that the submission was successful?
Conform version
v1.1.5
Steps to Reproduce the Bug or Issue
Create a Form Drawer
use a fetcher
in the action do what I described above
see that if the action was successful the status is not defined in the fetcher.data
What browsers are you seeing the problem on?
No response
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug and the expected behavior
I'm not sure if I'm misunderstanding, but I have a scenario where if the form submission was unsuccessful I want to keep a form drawer open, so my plan was to check the submission status, and if it wasn't equal to
success
keep the form drawer open so the user can take care of the errorsit appears that when we return
json(submission.reply({resetForm: true}))
it actually clears out the status, how can I be sure that the submission was successful?Conform version
v1.1.5
Steps to Reproduce the Bug or Issue
fetcher.data
What browsers are you seeing the problem on?
No response
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: