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 angular material renderer does not support the stepper provided by angular material. ### Describe the solution you'd like...

enhancement
material
angular

### Describe the bug The `mapStateToArrayLayoutProps` does not consider child UI schema's i18n keys when calculating the array's child errors. Noticed via: https://jsonforms.discourse.group/t/how-to-handle-rollup-errors-with-a-control-using-i18n/1422 ### Expected behavior The method `getCombinedErrorMessage` used...

core

### Is your feature request related to a problem? Please describe. I want to customize HorizontalLayout in Angular material view such that rather than 50/50 split, i want more of...

enhancement
material

### Describe the bug When switching the example for the first time in the vue examples app, an error is shown in the console and JSONForms doesn't render the new...

dev
vanilla
vue

### Describe the bug When I select a single item from an array through the uischema, I get a wrong key. I think it is because of the items object....

more information required

The webpack dev builds currently only consume the host package (e.g. the vanilla renderers) directly. All other packages are consumed as their bundle in their lib folder. Thus, changes are...

examples
dev

### Describe the bug I use the same code base locally and switch NODE_ENV between 'development' and 'production' to test different environments. When I use the vue-vanilla renderers, my form...

### Is your feature request related to a problem? Please describe. Currently there is only one error-property for arrays, which contains errors from the top level of the array as...

core

### Is your feature request related to a problem? Please describe. while using multiple ListWithDetail under multiple Combinators, I am having an issue Instead of rendering ListWithDetail UI it only...

### Describe the bug At least the examples `allOf`, `Huge Test` and `AnyOf OneOf AllOf Resolve` crash the example app when opened in the Angular Material examples. All of them...

material
dev
angular