jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
### Is your feature request related to a problem? Please describe. No. ### Describe the solution you'd like I'd like to see a renderer set implementation using quasar for components...
I also added a error section. But the property 'errors' is possible missing. I am not sure how to add this. This is just a suggestion Signed-off-by: Ralph Soika
An attempt to migrate angular related packaged to v13 for full Ivy support. **Changes applied:** - (angular/angular-material) Migrated to Angular 13 - (all) Migrated to TypeScript 4.6.4 - (material) Fixed...
### Describe the bug I am using react with material-renderers. Up to `3.0.0-beta.4` arrays of union types, e.g. ```json "test": { "type": "array", "items": { "anyOf": [ { "type": "object",...
### Describe the bug Since Version 3.0.0-beta.2, the indexOfFittingSchema returns undefined instead, for example 0 or 1. The Previous Versions worked fine. If I use the same schema without any...
### Describe the bug The "JSON Schema Features" table (https://jsonforms.io/docs/renderer-sets/) is all blank. ### Expected behavior Cells in the table are colored based on whether the renderer supports the feature....
### Is your feature request related to a problem? Please describe. When compiling a project depending on `@jsonforms/angular` (and `@jsonforms/angular-material`), the CLI output the following message: ``` Processing legacy "View...
### Is your feature request related to a problem? Please describe. As it stands right now there is no way (or rather simple way) to integrate JSON Forms to Nuxt...
### Is your feature request related to a problem? Please describe. When using the material renderers, it would be nice to have the option to use the different material-ui input...
### Describe the bug getting a compile time error when using typescript (tried versions 4.6.3 & 4.7.4). build: ../../node_modules/@jsonforms/core/lib/util/type.d.ts(118,5): error TS1169: A computed property name in an interface must refer...