jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
### 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...
### 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...
### 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. ###...
### 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...
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...
### 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...
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...
### Is your feature request related to a problem? Please describe. There two popular naming convection exists: CamelCase and snake_case. For CamelCase you have:  But in my case property...
### 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',...