Ray Wong
Ray Wong
When using the custom superForm wrapper function without passing the 3rd Generic, the TS type of `form.data` in `onUpdate` event handler is inferred to be "Partial" (fields with default values...
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** While it does work when using `bind:value` in an `input` tag, validation is not triggered...
### Describe the bug It's working fine in Svelte 4. I'm currently trying out the library in Svelte 5 and found my use case doesn't work. I got an empty...
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** I would like to add a validation rule to ensure at least one checkbox is...
In this PR, I'm updating almost all Svelte examples to use Svelte 5, based on [this finding](https://github.com/TanStack/virtual/issues/866#issuecomment-3093636390). The only exception is the table example, as I'm not yet familiar with...