jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...
### Describe the bug  Typescript shows an error when using `control.value`: `Property 'value' does not exist on type` But the `control` is...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...
`###` Describe the bug When the form renders, the initial errors are not output from the init call. Please look at the documentation here from: packages/angular/src/jsonforms-root.component.ts: ngOnInit(): void { this.jsonformsService.init({...
### Describe the bug I've created a sample project using the [React seed](https://github.com/eclipsesource/jsonforms-react-seed) repository. I create a layout where there are multiple tabs and under the different tabs there are...
**Describe the bug** For primitive arrays, all validation messages are combined into 1, and the top level validation for the array (is required, min amount of items) seems to duplicate...
### Describe the bug Hi, My schema contains a field that is an array of objects and I want to make these objects readonly. I tried setting the readOnly flag...
### Is your feature request related to a problem? Please describe. The changelog could be automatically generated (or at least prepared) to save time on release day. ### Describe the...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.2.1 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
### Describe the bug I analyze the code how is implemented, there are a lot of function iteration calls, the whole schema its updated even in click on select option...