Tuni-Soft

Results 38 comments of Tuni-Soft

It didn't occur to me to extract the form into a separate component 🤦 So this would work ```svelte {#each superforms as superform} {/each} ``` Closing.

I'm reopening this issue because I encountered a problem When I write this code ```svelte const superforms = data.my_forms.map((form) => superForm(form, { dataType: 'json' }) ); {#each superforms as superform...

I found a way to fix it, I pushed my code [here](https://github.com/unlocomqx/sveltekit-superforms/commit/47846fce1f3b450d5b4b751f0046c4f3019e828a) If you'd like, I can make a PR for this Cheers

Okay, I will send a PR for this

Okay, it will be good to have dynamic forms in the future. I will try to find a workaround for now.

There's an example here [How to use Superforms with actions on a list of data.](https://superforms.rocks/examples) Although, I prefer not using the formId and instead get the submitter and alter the...

I think it has to do with the styles order difference between dev and prod because the rich colors are overwritten on prod but not on dev ![CleanShot 2024-12-27 at...

nvm, it was caused by resetForm being set to true by default. closing.