svelte-schema-form
svelte-schema-form copied to clipboard
JSON Schema based form generator in Svelte
An import in SchemaForm.svelte reads: `import Hidden from "./editors/Hidden.svelte"; ` but the filename has a different capitalization: `/editors/HIdden.svelte ` This causes builds in case-sensitive systems (e.g. UNIX) to fail.
the playground site in `src/routes/+page.svelte` would be useful for users to try it out. would be cool if it was deployed to github pages
it would be nice to have some tests, probably using playwright
Hi folks! Appreciate the work you did on this lib. I wanted to test it using sveltekit 1.0 release and got stuck installing the library from npm. The vite version...
Kept having issues with imports not resolving. Tried adding aliases in all the places and it was still failing. I cloned and tried to get it working which included upgrading...
When a falsy value is used for a `Number` field, it is replaced with `''`. Because `0` is a falsy value, attempting to show a field with an initial value...
``` npm install @restspace/svelte-schema-form 20:46:28 npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: [email protected] npm error Found: [email protected] npm error...