jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
This commit addresses an issue where array translations were created as new objects within the core module for each render cycle, causing unnecessary rerenders. By memoizing the translation object in...
Hello! we have a Problem with the rendering of the elements. we have such structure of the schema:  For the renderers we use ObjectList Element to render the list...
### Describe the bug A similar issue was previously reported by bug #1265 which has been closed. I have encountered this problem using jsonforms 3.3.0. Duplicate validation warnings when using...
### Is your feature request related to a problem? Please describe. This issue is strictly about the documentation found at https://jsonforms.io/docs/uischema/controls and at https://jsonforms.io/examples/control. On the docs page (first link),...
### Is your feature request related to a problem? Please describe. `detail` is part of the options, however it usually does not make sense to have a default option for...
### Is your feature request related to a problem? Please describe. At the moment `config` is used as the default of all Ui Schema element `options`. However there are valid...
### Is your feature request related to a problem? Please describe. Currently, JsonForms supports MUI (Material UI) versions v5 and v6. However, MUI v7 has been released, and many projects...
### Describe the bug Having any field inside json forms even if it's from angular material renderers or custom component renderers they are always touched, even if the user did...
### Describe the bug Using a reference in the root schema seems to cause a stack overflow / infinite loop/recursion. ### Expected behavior It should work as expected, or at...
Validation icons on individual List with details item  Validation icons on individual Expand panel item 