sveltekit-superforms
sveltekit-superforms copied to clipboard
Making SvelteKit forms a pleasure to use!
This pr adds support for [`@effect/schema`](https://github.com/Effect-TS/effect/tree/main/packages/schema) Would close #415 The tests at `src/tests/superValidate.test.ts` pass, with the exception of the `tags` check. It seems that when there is an error with...
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** Schemasafe adapter throwing runtime error ``` sveltekit-superforms….js?v=e66d4914:2613 Uncaught (in promise) TypeError: validator is not a...
👋 Hello, I'm here to warn you that `@gcornut/valibot-json-schema` is now deprecated as Valibot [now has an official JSON schema converter](https://github.com/fabian-hiller/valibot/blob/main/packages/to-json-schema/README.md) 🎉 ! It's not extremely urgent to migrate to...
[customValidity](https://superforms.rocks/concepts/error-handling#customvalidity) works well for `input` fields but it would be great to support shadcn components. For example, shadcn's [Select](https://www.shadcn-svelte.com/docs/components/select) component renders `button` and `div` tags so the tooltip doesn't appear...
**Description** I'm using Superforms with Valibot in SPA Mode but `$constraints` are empty (`{}`). The form validation seems to be working and displays all errors correctly but when I want...
I found out [this closed issue](https://github.com/ciscoheat/sveltekit-superforms/issues/399) and I really think it should be shipped out-of-the-box (punish on submit or blur, reward on change). Let me explain. @ciscoheat, [this article](https://medium.com/wdstack/inline-validation-in-forms-designing-the-experience-123fb34088ce) you...
- [✓] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** When `events` are added to `use:enhance`, if the form element is created and destroyed multiple...
**Description** I have a very simple superform and an unrelated background process that it causes an `invalidateAll` to be called occasionally. If I have dirty values in the superform when...
First off I love the library, and it's helped my get a handle of my forms. With that in mind I have a suggestion. **Is your feature request related to...
> I'm posting this issue to all the libraries currently listed in the Ecosystem section of Zod's README. Apologies for the spam! Zod 4 is a big release and it's...