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. When inputting number/integers it is often required to indicate what unit needs to be kept in mind. It is...
### Describe the bug Opening an issue as per Stefan Dirix advised For scenario 3: It seems our React Table renderer is not able to properly handle the allOf. This...
Added add and remove icons for Table renderer
I may be missing something but I think the `Categorization` interface should not extend `Labeled`; the top level element of a Category layout (`type: "Categorization"`) does not have a label,...
### Calculate Angular layout renderer child props via a pure pipe Increase rendering and on change performance for all forms including nultiple layouts: * Avoid unnecessary recalculation of the child...
Fixing TS2322: Type 'unknown' is not assignable to type 'boolean' in uischema definition Examples: * 278 obj && typeof obj === 'object'; * 284 obj && typeof obj === 'object';
### Describe the bug In https://jsonforms.io/docs/multiple-choice#localization you mention that "For how to localize the enum, have a look at our localization guide." I've searched everywhere and cannot find this "localization...
### Describe the bug Component `JsonForms` trigger the change event twice when changing one form value. The second time is caused by the operation of setting `this.data` to `event.data` ###...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
### Is your feature request related to a problem? Please describe. I have an issue where I want to change the validation mode of a form to `ValidateAndShow` only on...