jsonforms
jsonforms copied to clipboard
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box.
This updates the ``s in the vanilla array renderer to set the `type` to `"button"`. This allows a `` to be contained within a `` without these buttons triggering a...
regarding: #1720 Hi, I have tried to implement a proposal for the missing cell feature in vue vanilla. What do you think, does it work so far?
This pull request addresses the "Angular date picker: selected date is off by one day" #2033 issue. Starting from [this](https://github.com/eclipsesource/jsonforms/pull/2035) implementation, I added the option to provide date formats and...
### Describe the bug When putting a ListWithDetail in a **second** Category the rendenring is incorrect :  Ui Schema : ```{ "type": "Categorization", "elements": [ { "type": "Category", "label":...
### Describe the bug At the moment, when an enum field is used in a `elementLabelProp` option, the raw enum value is used, without allowing to translate it via the...
Fixes issue for #2242
Hi, this is a proposal for the radio group renderer, both enum and oneOf, when format=radio. As I am also working on the [Cell Renderer Set](https://github.com/eclipsesource/jsonforms/pull/2279) I wondered whether this...
### Describe the bug While working on https://github.com/eclipsesource/jsonforms/pull/2270#pullrequestreview-1884750920, it was discovered that the translation was not working properly. In the example https://deploy-preview-2270--jsonforms-examples.netlify.app/vue-vanilla/#categorization the second tab "address" is empty. In uischema...
### Describe the bug I am using Vue2 with the with my own selection of renderers. I have v-cards with an integrated JSONForms object looking like this:  The jsonforms...