We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clear
retry
Hi, I am not sure if I use the API correctly, but the clear and retry methods on the submission object does not work.
Clear resets the submission state but does not clear the input fields, if that is what is intended to do.
Retry does nothing, as the action callback is not invoked.
Please see the demo.
https://stackblitz.com/edit/solidjs-templates-tgmzdcxu
I use the same logic from this example: https://docs.solidjs.com/solid-router/reference/data-apis/use-submission
They should clear the form and retry submitting the form respectively.
No response
Using solidjs/router v^0.15.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Hi, I am not sure if I use the API correctly, but the
clear
andretry
methods on the submission object does not work.Clear resets the submission state but does not clear the input fields, if that is what is intended to do.
Retry does nothing, as the action callback is not invoked.
Please see the demo.
Your Example Website or App
https://stackblitz.com/edit/solidjs-templates-tgmzdcxu
Steps to Reproduce the Bug or Issue
I use the same logic from this example: https://docs.solidjs.com/solid-router/reference/data-apis/use-submission
Expected behavior
They should clear the form and retry submitting the form respectively.
Screenshots or Videos
No response
Platform
Using solidjs/router v^0.15.1
Additional context
No response
The text was updated successfully, but these errors were encountered: