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

### Describe the bug Names of properties cannot have square brackets inside. After changing initial data property name gets restructured in nested object. ### Expected behavior Structure of data object...

bug
core

### Describe the bug When you add a property with brackets in the property name ("test[0]") in your schema and UI schema, you can't type or enter any value in...

bug
material
angular

### Describe the bug I am encountering a dependency conflict issue in the core-js library. ### Expected behavior I expected the dependencies to be resolved correctly without any conflicts. ###...

more information required

### Describe the bug the use of `@mui/material/Hidden` to toggle UI causes issues in test that need to be mocked (see #1795). Additionally Hidden has been deprecated. Mui docs recommend...

enhancement
react
material

At the moment we maintain two different paths in JSON Forms: - The `scope` JSON Pointer paths used in UI Schema to resolve to subschemas of the handed over JSON...

### Is your feature request related to a problem? Please describe. The `name` attribute is essential for server first websites that leverage traditional form submission workflows. Consider the following React...

enhancement
react
vanilla

### Describe the bug If, in a rule condition, I use `"#"` as the `scope`, `resolveData` will resolve to `undefined` instead of the `data` itself, so `evaluateCondition` will always return...

more information required

This is a follow up of #1551 The following ESLint violations were ignored in the initial PR #2112 but should be fixed, too: - [ ] `import/no-named-as-default`: Currently ignored in...

dev

### Is your feature request related to a problem? Please describe. There two popular naming convection exists: CamelCase and snake_case. For CamelCase you have: ![image](https://user-images.githubusercontent.com/799021/236347656-1c31f886-67a5-47b9-a793-dde7d4e0fbe1.png) But in my case property...

enhancement
core

### Is your feature request related to a problem? Please describe. The multi select fields does not display the title of the field as label. ```js oneOfMultiEnum: { type: 'array',...

react
material