jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
This PR fixes the long lasting problem of having conditionally required properties in the schema that do not show as required in the UI. It addresses issue #1390.
### Is your feature request related to a problem? Please describe. For the following JSON Schema, it would be great if JsonForms could render the elements dynamically given schema: ```...
### Describe the bug Expectation: I have a Date field (format=date), then I click on a day in the overlay and the day appears in the Input field and the...
### Is your feature request related to a problem? Please describe. Currently `tsconfig.base.json` has quite low strictness, and Typescript is not helping the developer as much as it could. Also,...
### Describe the bug We are using CustomRenderers on top of vuetify and test them with jest, vue-test-utils and testing-library. We had very weird errors during test execution: ``` console.warn...
### Describe the bug I am using below JSON form package: "@jsonforms/angular": "^3.0.0", "@jsonforms/angular-material": "^3.0.0", "@jsonforms/core": "^3.0.0", Ans recently upgraded to Angular V15 where using legacy material component, after upgrading...
### Describe the bug Using the angular seed with a german locale, a date typed in a date field is not parsed correctly. ### Expected behavior A date like '1.10.2010'...
### Describe the bug The given scenario highlights performance issues caused by excessive function calls, leading to latency problems, particularly in a nested object scenario within a custom Angular table...
### Is your feature request related to a problem? Please describe. Updating the pnpm lock file to use vue 3.4.3 causes vue-vanilla's tests to fail with error: ``` Compiling... [=========================]...
### Is your feature request related to a problem? Please describe. The root package.json still contains many dev dependencies that should not be specified globally but only by the packages...