svelte-jsonschema-form icon indicating copy to clipboard operation
svelte-jsonschema-form copied to clipboard

A Svelte component for generating forms from JSON Schema.

Results 21 svelte-jsonschema-form issues
Sort by recently updated
recently updated
newest added

Update the GitHub workflows to use actions that support Node v20. That should eliminate the warnings currently being generated when these workflows are run.

Hello, I found this package as I was searching for exactly this functionality, but it doesn't seem to be publicly installable via the NPM registry. Is that something that you're...

When adding a "TestUploadContent" to a repo with the test seed, I am seeing the following error: ![deepinscreenshot_select-area_20231117145312_720](https://github.com/webgme/svelte-jsonschema-form/assets/4982789/81e65dd1-ce70-468a-bfe6-da00d926925e)

I added some stubbed out tests to be added. Basically, it would be great to have some tests for each type of control. I imagine the playwright tests could 1....

In the [playground](https://webgme.github.io/svelte-jsonschema-form/), when you dynamically update the ui schema with an "ignoreEmpty" option, it appears to put the related headers in a broken state where they are no longer...

Would probably be nice to show some sort of message conveying that the root object does not have any properties when this is the case, so people aren't confused by...

The expand/collapse arrows on the right of the object and array accordion headers are visible & clickable, even when the accordion is disabled. (Which means they don't actually do anything.)...

Currently boolean type controls are just a check mark that can be `true` or `false`. There needs to be some way to set a boolean type to a third stat...

There could be a case to add a "hidden" ui option, such as her with the extra "male" object select: ![genderunselected](https://github.com/webgme/svelte-jsonschema-form/assets/1537672/1cc9c3f6-d95c-4ee9-b16e-7a4690e8d357) Though considering there are cases we would want to...

Currently an object is enabled/expanded by default if it has any required descendant properties. This is not quite correct. You can have a property that isn’t required, that has a...