jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
### Describe the bug 1. There are zero errors produced by the component onChange method. 2. The Control Component Error Icon renders while the screen size is less than 600px....
### Describe the bug Using Angular Material Renderer, the "description" value of a schema propertie does not get displayed. E.g.: ``` { "type": "object", "properties": { "name": { "type": "string",...
### Describe the bug When rendering a textarea, it doesn't appear to work with `materialRenderers` but does with `vanillaRenderers` ``` const uischema = { "type": "VerticalLayout", "elements": [ { "type":...
### Is your feature request related to a problem? Please describe. Is there a way to provide helper text next to an input? For example: {"Pet", string, "cat, dog, bird,...
Previously, the Angular Material category renderer didn't consider categories' visbilities and always showed themy. This prefilters visible categories before rendering them in the template. Fix unit test by moving the...
### Describe the bug For the following schema, any input to the `stickerPresets` part of data would cause the form to crash. ``` { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": {...
### Describe the bug [Vue warn]: Vue received a Component which was made a reactive object. This can lead to unnecessary performance overhead, and should be avoided by marking the...
- [x] Create Changelog (@LukasBoll) - [x] Release JSON Forms 3.0 (@sdirix) - [x] Update all seed applications (@LukasBoll) (Review: @lucas-koehler) - [x] [React](https://github.com/eclipsesource/jsonforms-react-seed) - [x] [Angular](https://github.com/eclipsesource/jsonforms-angular-seed) - [x] [Vue](https://github.com/eclipsesource/jsonforms-vue-seed)...
### Is your feature request related to a problem? Please describe. Date and DateTime picker in jsonforms have a static LocazitationProvider with dayjs adapter. I want to use Jalali (persian)...
Add Interface for Jsonforms-Config, instead of 'any' Datatype. This applies only for the Angular-Version.