jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.

Results 239 jsonforms issues
Sort by recently updated
recently updated
newest added

The Json Schema spec lets us have additional properties in the schema. https://swagger.io/docs/specification/openapi-extensions/

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...

dependencies

### Describe the bug If you have a oneOf field that contains both object and string type schemas, requiring that field has no effect on the string-type schema, and AFAICT...

bug
core

### Describe the bug I have followed the same code which is given in example but still it is giving me error : **No applicable renderer found** You can find...

more information required

### Describe the bug I have a component that is mounted and unmounted by a toggle button. After mounting it 3 times (!!!), this error is thrown. `"Uncaught SyntaxError: Unexpected...

### Describe the bug Im trying to type my `uischema` object using the specified type in the uischema prop `UISchemaElement` ![Screenshot 2023-03-07 at 22 26 05](https://user-images.githubusercontent.com/32658690/223619719-2bb054b7-efd4-4d33-8c5c-72f57f375ad1.png) ### Expected behavior I...

enhancement
core

### Describe the bug When testing for 508 compliance, I noticed that the single select dropdown renderers have orphaned labels. The htmlFor on the label is for example "#/properties/92-input" but...

bug
react
material

### Is your feature request related to a problem? Please describe. I need a way to reference a property outside of an array while evaluating a condition inside of the...

enhancement
core

### Describe the bug Given the following json schema: ```json { "type": "object", "required": [ "property1" ], "properties": { "property1": { "type": "number" }, "property2": { "type": "number" }, "property3":...

more information required