json-schema-form icon indicating copy to clipboard operation
json-schema-form copied to clipboard

Angular JSON Schema Form Library

Results 32 json-schema-form issues
Sort by recently updated
recently updated
newest added

Using the version 1.0.3 with the order capability I encounter the next bugs: Given schema: `{ "type": "object", "order": [ "version", "name" ], "properties": { "name": { "type": "string", "title":...