Stefan Dirix
Stefan Dirix
There is a lot of discussion here but if I understand correctly then there is no actual issue with JSON Forms, right? Or did I miss something and there is...
[We're currently using Typescript 4.2.3](https://github.com/eclipsesource/jsonforms/blob/5ef030e8b3f91bcdc3e6b8d232a0b191bf1195ce/package.json#L45). Maybe a later version is not fully backwards compatible? The workaround definitely makes sense ``` "compilerOptions": { "skipLibCheck": true } ```
Hi @kevoese, we would like to address use cases like this with some sort of [middleware support](https://github.com/eclipsesource/jsonforms/issues/1670). There you could then listen to the update events and check the data...
Hi @valtido! Thanks for the suggestion. Adding parts of the path to the classes of the respective rendered element could definitely make sense. We should probably strip all array indices...
Hi @nene, thanks for report! Can you try again with Node 12? This is at the moment the only supported environment for development. I'll update the root readme soon to...
The current master build including tests runs successfully with Github Actions With Node 12 on `macos-latest`. Maybe there is something non-deterministic going on as the Mac build also failed one...
I see you already found [your answers](https://jsonforms.discourse.group/t/customize-array-control-to-render-uikit-accordion/907/2) ;)
Hi! Thanks for the extensive report! I saw similar errors in React Material, so I'm pretty sure that this is an issue in the `@jsonforms/core` library. If you'd like to...
Hi @osmanraifgunes, None of our Angular renderers support `showSortingButtons` (yet). If you'd like you can contribute this feature for one or more of the renderers. In your case it's the...