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. Form editor components should work in any framework and not be specifically coupled to a particular framework. ### Describe...
### Describe the bug Within the code base we use both, `elementLabelProp` and `childLabelProp` as the UI Schema option to define a label for array elements. ### Expected behavior This...
**Describe the bug** When trying to use jsonforms with [vitejs/vite](https://github.com/vitejs/vite) **To Reproduce** 1. try to run a project including jsonforms with [vitejs/vite](https://github.com/vitejs/vite) **Expected behavior** Render my page with the given...
### Is your feature request related to a problem? Please describe. Currently (at least with Material UI renderer and I think also with vanilla React renderer), the `onChange` method is...
### Describe the bug Sort buttons are not appearing for array data ### Expected behavior I want array to be sortable by arraows. ### Steps to reproduce the issue Scehma...
### Describe the bug The buttons for adding or removing elements from an array are visible and functional in the form even if I set it for readonly. ### Expected...
### Is your feature request related to a problem? Please describe. When using the various renderer libraries (material-renderers, for example) it feels like a lot of functionality is being left...
### Describe the bug `TypeError: Cannot read properties of undefined (reading '$state')` It seems like Istanbul (karma code coverage) fails to detect the JsonFormsAngularService injections. Potentially because it is not...
### Describe the bug Firefox accepts non-number characters for fields with `{type: "number"}` and JsonForms doesn't update corresponding `data` and even remove the corresponding key (`count` in the below example)...
**Describe the bug** If having a enum property with values [foo, bar], the rendered drop-down control will offer values foo, bar or an empty string. I can understand that if...