jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.2 to 5.4.19. Release notes Sourced from vite's releases. v5.4.19 Please refer to CHANGELOG.md for details. v5.4.18 Please refer to CHANGELOG.md for details. v5.4.17 Please refer to...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.2 to 5.2.1. Release notes Sourced from webpack-dev-server's releases. v5.2.1 5.2.1 (2025-03-26) Security cross-origin requests are not allowed unless allowed by Access-Control-Allow-Origin header requests with an IP...
### Describe the bug I have this field in my schema: “land”: { “title”: “Land”, “type”: “integer”, “oneOf”:[ {“const”: 19, “title”: “Deutschland” }, {“const”: 20, “title”: “Frankreich” } ] },...
proposal to add possibility to use lazy loadable renderers
This draft PR shows an initial method of allowing the control-wrappper component to be overridden, by inject(...)ing the wrapper component from the application that consumes JSON Forms. My use case...
### Is your feature request related to a problem? Please describe. I am building an application in Vue that has a huge form with optional fields. I control the availability...
### Describe the bug When displaying data in array format with a single line, if the field is "integer" and the data source uses oneOf to define enumeration, the dropdown...
### Is your feature request related to a problem? Please describe. From angular perspective the development environment could use some refinements. My understanding of monorepo is "only one node_modules folder"...
### Describe the bug Object inside array with readOnly true is not showing as disabled with material cells. ### Expected behavior Objects defined inside of an array in JsonSchema with...
### Describe the bug This is currently happening even in the example page. When using strings and booleans there is an unexpected behaviour when I have the focus on the...