Dave Www
Dave Www
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?
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...
regarding issue #1927 with this proposal you are able to replace the default controlWrapper. ```ts provide('custom-control-wrapper', {component: CustomControlWrapper, props: {some: "props"}) ```
### Describe the bug Expectation: I have a Date field (format=date), then I click on a day in the overlay and the day appears in the Input field and the...
### Describe the bug I have a component that is mounted and unmounted by a toggle button. After mounting it 3 times (!!!), this error is thrown. `"Uncaught SyntaxError: Unexpected...