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

Would a search bar to find specific properties within the form be useful? I'm thinking it would basically only show the form fields whose title, description, or property key match...

It might be helpful to add a few buttons to accordion helpers to perform helpful actions. They could just be icon buttons with "hover" explanations. Also might want to be...

Currently when we have an array of object items, the objects in the array do not have any sort of title (therefore their headers are empty). I believe it would...

The [ui mock](https://xd.adobe.com/view/fc59ff25-0070-4678-b5fe-46373c78d65b-a90a/specs/) had the object and array descriptions in the header when collapsed, but then "moving" to underneath the header when it is expanded. Probably would want some sort...

Currently support for `anyOf` is a bit limited. I believe it's just a dropdown that switches child fields based on which "anyOf" option is selected. When a new one is...

Hi, How to install this in my very own sveltekit project? I use skeleton UI and tailwind in my project. It is kind of a POC. How much control can...

This isn't terribly pressing but I wanted to make an issue for what we saw yesterday. Basically, it is possible for `anyOf` to be used in JSONSchema to ensure other...

It would be great to make automated tests so we can track regressions; they will be easy to run into with something as generic as this library (with a number...

Add a UISchema setting to specify custom classes for properties. Then the project using the component can use these classes to style them in some custom way.

In the example linked in [webgme-taxonomy issue #226](https://github.com/webgme/webgme-taxonomy/issues/226), the first `anyOf` value isn't selected properly.

bug