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

When using `dependsOn` between properties of an object placed in an array, encountered various issues. Please use the examples provided in examples folder to test scenarios below: ### Issue 1:...

Hi all, in this proposed update I have tried to add support for the "allOf" keyword. Although, I consider myself a novice in both JSON-schema and the brutusin code base,...

After calling the render method with the following schema and initial data, calling the validate method returns an incorrect result of true. schema: { "type": "object", "properties": { "id": {...

Hello I have json schema with recursive $ref iteration, for example: ``` { "definitions": { "TPNode": { "title": "TPNode", "description": "TPNode", "type": "object", "properties": { "selector": { "type": "string", "required":...

I had an array of objects A and each of object contains filter. Each filter options will display different kinds of forms objects dynamically. Based on the issue https://github.com/brutusin/json-forms/issues/22, the...

Could be a good idea to create a new branch for Bootstrap 4 support, first major problem I've found was with default font icons.

When you select one of the list from the oneOf and move to un-select, the value is still saved in the container. For example, select [An object] from the oneOf...

I have a dynamically generated nested json that needs to be rendered as form. For certain edge cases, I get an error: ``` jsonform.js:3170 Uncaught Error: The JSONForm contains an...