sveltekit-superforms
sveltekit-superforms copied to clipboard
Making SvelteKit forms a pleasure to use!
- [x] Before posting an issue, read the [FAQ](https://superforms.rocks/faq) and search the previous issues. **Description** Found in https://github.com/ciscoheat/sveltekit-superforms/issues/350 Currently all validation libraries are installed even when they are not used...
Check the possibility for Superforms to be used in [tRPC](https://trpc.io/).
- [x] Before posting an issue, read the FAQ at https://superforms.rocks/faq and search the previous issues. **Description** When used with a recursive zod schema, `FormPathLeaves` fails with an error such...
**Is your feature request related to a problem? Please describe.** As discussed in https://github.com/ciscoheat/sveltekit-superforms/issues/201 it would be helpful to know if any forms are currently submitting. For example it could...
**Is your feature request related to a problem? Please describe.** Sometimes I would like to display all input fields, but disable them based on my own logic. Examples - Disable...
- [x ] Before posting an issue, read the FAQ at https://superforms.rocks/faq and search the previous issues. **Description** As per [HTML spec](#ref) a `textarea` normalizes new lines to \n in...
fixes: #440 Hi! I made an adapter for [typia](https://typia.io/)!! ## Changes - Added a new adapter file `src/lib/adapters/typia.ts` which defines `typia` and `typiaClient` adapter creation functions. These allow using typia...
**Description** When forcing client-side validation when the input loses focus, setting 'onblur' for validationMethod does not seem work, while 'oninput' does work. The input element comes from shadcn-svelte Form component....
fixes #464 Previously, `FormPathArrays` accepted any type, but only worked when an Array was passed. Now, if the passed value is not an Array, it will be converted to an...