Stefan Dirix
Stefan Dirix
Thanks for the report!
Hi @sebastianfrey, so you would do the work in `MaterialInputControl` as suggested [above](https://github.com/eclipsesource/jsonforms/issues/1797#issuecomment-1196475766)? Is yes, then that's fine!
Hi @davewwww, In general we would like to update Typescript to a newer version. At the moment we're blocked by the Angular components in our mono repo which do not...
Hi @davewwww, That makes sense! Importing the source code will need a compatible Typescript compiler. We only distribute the source code for convenient debugging support, it's not meant to be...
> Nothing here gets my rules working. Has anyone else had success with that? Hi @cbprice, You can use the [same workaround as a previous poster](https://github.com/eclipsesource/jsonforms/issues/1498#issuecomment-1620290927), but make it a...
Closed as we updated to pnpm with https://github.com/eclipsesource/jsonforms/pull/2148
Hi @howdyAnkit, [This is](https://github.com/eclipsesource/jsonforms/blob/da3321b56d74dc91c1f3cdcaa9620edc9f0f0d73/packages/material-renderers/src/layouts/ExpandPanelRenderer.tsx#L197-L202) where the delete button of the array layout is rendered. And [this is](https://github.com/eclipsesource/jsonforms/blob/da3321b56d74dc91c1f3cdcaa9620edc9f0f0d73/packages/material-renderers/src/complex/MaterialTableControl.tsx#L342-L348) where the delete is handled for the table. As you can see, the...
We came up with a better solution, documented it in #2153 and will start developing it soon. Therefore I'll close this PR as it's outdated.
Closed as we updated to pnpm with https://github.com/eclipsesource/jsonforms/pull/2148
We settled on an improvement, documented it in https://github.com/eclipsesource/jsonforms/issues/2153 and will start developing it soon. Therefore I'll close this issue as the follow up already exists.