Skip to content
New issue

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

Subsequent form submits don't display returned message #547

Closed
altr opened this issue Jan 6, 2025 · 1 comment
Closed

Subsequent form submits don't display returned message #547

altr opened this issue Jan 6, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@altr
Copy link

altr commented Jan 6, 2025

Subsequent form submits don't display returned message anymore
When submitting a form the first time everything works as expected (messages are displayed properly). However, subsequent submits don't show the returned message anymore. The field errors are shown but not the message.

Additional observations
The information is returned from the server side and can be read in the browser dev tools

Reproduction
https://stackblitz.com/edit/sveltejs-kit-template-default-quvzoff6

  1. Click on the Superforms link at the top
  2. Submit the form
  3. See how the message from the server is displayed
  4. Submit the form again
  5. See that the message from the server disappears. Expected behaviour is that the message stays as it's still the same form information as before.
@altr altr added the bug Something isn't working label Jan 6, 2025
@ciscoheat
Copy link
Owner

Duplicate of #536 , check that issue for updates.

@ciscoheat ciscoheat closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants