jsonforms icon indicating copy to clipboard operation
jsonforms copied to clipboard

Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.

Results 239 jsonforms issues
Sort by recently updated
recently updated
newest added

### 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...

react
material
feature

### 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...

bug
react
material

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,...

core

### 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...

documentation

### 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` ###...

vanilla
vue

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.5)](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...

dependencies

### 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...

react