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

### Is your feature request related to a problem? Please describe. The newly introduced array context is not available in the expand panels (MaterialArrayLayoutRenderer). ### Describe the solution you'd like...

### Is your feature request related to a problem? Please describe. 'dependentRequired' is a feature of [JSON Schema `2019-09`](https://json-schema.org/draft/2019-09/release-notes#2019-09-release-notes). We should support it. ### Describe the solution you'd like Could...

### Describe the bug We have some import cycles, especially in `@jsonforms/core`. These should be removed. Also we should introduce a import cycle linting.

core
dev

### Describe the bug When you add a UI Control for a complex object, the default behaviour is to wrap the UI with a Group or VerticalLayout. When extra props...

### Is your feature request related to a problem? Please describe. The CJS build of lodash is old and not very well optimized for web use cases (hard to tree-shake)....

help wanted
dev

### Describe the bug allOf example in the vue example app crashes: error message: Uncaught (in promise) RangeError: Maximum call stack size exceeded at createComponentInstance (runtime-core.esm-bundler.js:7304:20) at mountComponent (runtime-core.esm-bundler.js:5813:48) at...

dev
vanilla
vue

This updates the vanilla array controls (`TableArrayControl` and `ArrayControlRenderer`) to disable the buttons (for adding/removing/moving items) when the control is set to readonly (otherwise the data can be updated while...

### Describe the bug Starting from version 3.2.0, with React Material renderers, I observed that any keyboard input in any field triggers a rerender of the oneOf elements. ### Expected...

bug
react
material

### Describe the bug In https://github.com/eclipsesource/jsonforms/commit/c8d3ecf2255e537e3e3eaefe4e977273c72db572, the way material-icons were imported was changed (purportedly to deal with typescript incompatibilities). However, this causes the entire module to be imported on build,...

Eliminated circular dependencies in the core module and reorganized package structure. Ref #2321