sveltekit-superforms
sveltekit-superforms copied to clipboard
Add support for form arrays
Fixes #396
Currently, it's not possible to add new forms after component init because life hooks functions are being called when a form is created
This PR moves calls to life hooks outside the superForm function
Test page http://localhost:5173/v2/multiple-forms
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| superforms | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 11, 2024 9:11pm |
Thank you, do the latest commits fix the message problem, or is it something I have to take a closer look at?
Nice work, hopefully I can add this to the next release!
I'll be glad to see it in any release if it's stable and doesn't cause any trouble :))
As mentioned in #396, this has to wait until later.