json-forms icon indicating copy to clipboard operation
json-forms copied to clipboard

JSON Schema to HTML form generator, supporting dynamic subschemas (on the fly resolution). Extensible and customizable library with zero dependencies. Bootstrap add-ons provided

Results 64 json-forms issues
Sort by recently updated
recently updated
newest added

I have a json file which contains different data, which is logically separated , so I need to group them in collapsible pannel. Is there any solution for this. And...

* false-boolean-option-fix| checking for undefined and null for value

While using the json forms, the style of the checkbox seems weird. The checkbox width becomes very minimal so that the user is not able check it. The box appears...

Changed the width of the checkbox

Hey , **Code:** `function (names, data, cb) { var schemas = new Object(); var schema = new Object(); schema.type = "string"; if (data.option1 === "efg") { schema.title = "efg"; schema.enum...

Can I generate data in `JSON file`, not `Javascript` to be able to copy it and use it or how can I copy it after a click on `Get Data`

When new sting elements are added and they are not filled with any data, nulls are returned instead. However it should be empty strings according to the schema. See the...

It would be nice to have some sort of events support to know when the form was changed (new elements added, or user typed any text).

The JSON schema spec allows for self-referential schemas with `$ref` - at the moment this causes an error. See fiddle here: https://jsfiddle.net/4gk0bv2z/