superforms-web icon indicating copy to clipboard operation
superforms-web copied to clipboard

Website for the SvelteKit library Superforms

Results 13 superforms-web issues
Sort by recently updated
recently updated
newest added

There are two codeblocks in the Get Started page that don't change for each validator and are always shown with zod: https://github.com/ciscoheat/superforms-web/blob/main/src/routes/get-started/%5B...lib%5D/%2Bpage.md?plain=1#L303 https://github.com/ciscoheat/superforms-web/blob/main/src/routes/get-started/%5B...lib%5D/%2Bpage.md?plain=1#L391 I can make a pr to fix...

>No need for double backslashes, can you revert that? Otherwise, very nice, much appreciated! :) _Originally posted by @ciscoheat in https://github.com/ciscoheat/superforms-web/pull/19#discussion_r1271336719_ I just foud about this issue (https://github.com/pngwn/MDsveX/issues/524) after testing...

- added a11y improvements to the get started handling errors section - added a11y improvements to the concepts error handling section fixes #10 partially

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...

The copy might need some tweaking, but hopefully this should help clarify a class of issues people have

There is a lot information in the getting started section. I made some changes to get a feel for what kind of changes are welcome. I have more changes along...

> https://superforms.rocks/ > https://superforms.rocks/migration-v2 > https://github.com/ciscoheat/superforms-web/blob/main/src/routes/get-started/%5B...lib%5D/Installer.svelte > https://github.com/ciscoheat/superforms-web/blob/main/src/routes/get-started/%5B...lib%5D/Schema.svelte > https://github.com/ciscoheat/superforms-web//blob/main/src/lib/LibrariesButtons.svelte I would like to create a constant for these components to reference.

from https://www.formsnap.dev/docs/v2-migration-guide Before (v1) ```svelte ``` After (v2) ```svelte {#snippet children({ props })} {/snippet} ```