Closed manicar2093 closed 2 weeks ago
Can you try to make a MRE, preferably without Formsnap, so I can take a closer look? Use this one:
https://sveltelab.dev/github.com/ciscoheat/superforms-examples/tree/zod
Hi! Sure! Give me opportunity and I add it! Thank you! 😃
Oh! This is embarrassing hahaha. I have tried again and it seems was a weird issue I'm not longer facing. Sorry and thank you for your answer.
If any at any time has this error you can see tainted state using tainted property like:
<script lang="ts">
const { form: formData, tainted } = form;
</script>
<p>{JSON.stringify($tainted)}
This will show you how fields change their status 😃
And again thank you @ciscoheat!
No problem, I didn't do much. :) It's even better to use SuperDebug for displaying stores and other data: https://superforms.rocks/super-debug
Description Hi!, I have a form like this:
And when refresh the page the message for tainted form is not sent. Even isTainted property from form is false.
I think the problem is my fields are nested into details>div because other form without this difference works fine