jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
closes #2153
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...
### 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...
### 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...
### 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`  ### Expected behavior I...
### 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...
### 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...
### Describe the bug Given the following json schema: ```json { "type": "object", "required": [ "property1" ], "properties": { "property1": { "type": "number" }, "property2": { "type": "number" }, "property3":...