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

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 : ![image](https://github.com/eclipsesource/jsonforms/assets/13748802/6660dbd8-422d-47b9-9184-eb9e4b891b95) Ui Schema : ```{ "type": "Categorization", "elements": [ { "type": "Category", "label":...

bug
material
angular

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

react
material

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

core

### 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: ![image](https://github.com/eclipsesource/jsonforms/assets/58826439/d32151ec-402b-4d5f-bb61-1c0dd9ebb90e) The jsonforms...

bug
vanilla
vue