Anyone have a pointer to making input fields repeatable using @sveltejs?I keep having reactivity overwrite the input. Or (maybe) better yet, a form lib that already supports this (as well as form groups, not just simple forms) and can be configured through an object?

  • 0
  • 0
  1. Basically looking for “advanced object-configurable forms for Svelte” where everything I’m seeing appears to be focused on making simple forms with really heavy client-side validation.

    • 0
    • 0
    1. For anyone curious where this landed, I started building github.com/Snugug/svelte-mega-forms because that’s what I’m wont to do when I don’t find something that meets my needs. While still very much WIP, I think it’s already pretty useful if you wanna check it out.

      • 0
      • 0