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** It seems that the @jsonforms/core package requires tslib, lodash and prop-types as installed dependency. I could also recreate this issue with the jsonforms-react-seed, so I'll be using...

dev

**Is your feature request related to a problem? Please describe.** currently i have to reference : ` { "type": "Control", "scope": "#/definitions/AnyElement/anyOf/0/allOf/1" } ` this is not really safe in...

core

**Is your feature request related to a problem? Please describe.** I'd like to show a text input with `variant: 'outlined'`. Would this be possible to change with options/props passed to...

enhancement
react
material

**Describe the bug** Given is following schema where one date property is in the root object and another date property is nested inside a list of objects schema = {...

enhancement
react
material

- [ ] Use a unique path for each example - [ ] Webpack build(s) needs to be modified to - ignore and not consume built variants of JSON Forms...

examples

**Describe the bug** I was demonstrated an update bug within the Redux variant of JSON Forms 2.4.0 The app used JSON Forms for a list of elements. Whenever a different...

react
material
more information required

**Describe the bug** I think the time format validation is too restrictive. It is added in the [validator.ts](https://github.com/eclipsesource/jsonforms/blob/bc819784999c9ebd5fee08421593d2c3995c35b0/packages/core/src/util/validator.ts#L38) and there is no explanation why the default time format is replaced....

bug
core

**Describe the bug** When setting an UI schema containing a table to readonly, its children are still enabled.

est-2
material
angular

**Describe the bug** I have a json schema which uses a `$ref` as a items reference: https://pastebin.com/EJBLXZ3b (line 57) After including it in the example and running it: I see...

bug
react

Please see the following video link to understand the issue in material number input. Issue happens mainly when you have a trailing `.` in the input, the title overlaps on...

bug