jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
@sdirix please review the initial contribution that have the changes that fixes the vue3 integration. Few things to note: 1. The original example data in the vuetify render set was...
### Is your feature request related to a problem? Please describe. With a large JSON schema, or a schema that has many `$ref` tags, calling [generateDefaultUISchema](https://jsonforms.io/api/core/functions/generatedefaultuischema) does not result in...
### Is your feature request related to a problem? Please describe. I would like to use MUI's `Select` component, but with the `multiple` flag enabled. See https://mui.com/material-ui/react-select/#multiple-select. Unfortunately, the `MuiSelect`...
Unify path handling to use JSON Pointer as path format consistently. No longer use lodash paths (dot separated paths) to resolve data. Besides unifying pointer usage, this reworks the `Paths.compose`...
### Describe the bug I’m encountering an issue with the category element. At the first time, when i click “add element” on the second tab, i am redirect to the...
### Is your feature request related to a problem? Please describe. The lack of support for Conditional Subschemas is understandable per the comments in #1772, but the need remains to...
### Is your feature request related to a problem? Please describe. I like the simple idea of jsonforms, but the uischema json-configuration seems to be verbose, and includes a lot...
Direct AJV usage in renderers (i.e. oneof renderer to determine applicable sub schema) should be removed completely as this is a hacky attempt to select the suitable subschema. In general,...
### Describe the bug https://github.com/eclipsesource/jsonforms/blob/master/packages/angular/src/library/abstract-control.ts ngOnDestroy does unsubscribe, but this.jsonFormsService.$state.subscribe is never actually assigned to the variable. So every schema change adds new subscriptions and old ones still remain active...
### Describe the bug In a horizontal layout controls that are not shown still consume space unexpectedly. ### Expected behavior I expect only controls that are shown will participate in...