Dave Www

Results 18 comments of Dave Www

i'm running into the same problem. and "skipLibCheck" doesn't work. I suspect that the actual problem lies in the outdated typescript version 4.2.3 (was released in March 2021). When I...

i have finally found the cause of the problem. When importing functions from "@jsonforms/core", the import path must not go any deeper. a path to "@jsonforms/core/src/util/renderer" will trigger the error...

yes, makes totally sense. I wasn't even aware that my IDE create these full imports paths. and i couldn't find a solution on the internet either. so here's a solution...

@sdirix is this related to issue #2239

But in [deriveLabelForUISchemaElement()](https://github.com/eclipsesource/jsonforms/blob/master/packages/core/src/i18n/i18nUtil.ts#L147) you have this check: ```js if ( (uischema.label === undefined || uischema.label === null || uischema.label === true) && !isInternationalized(uischema) ) { return undefined; } ``` it...

Hi, it seems this affects the ArrayListRenderer and ArrayListElement. The buttons already have a class in both components, so you can already access them. You just can't access the text...

> Hi @davewwww, > > I discussed with the team. We very much like leveraging the cells mechanism and using it similar to the React Vanilla approach. If this PR...

there is currently a error at the building that i wanted to investigate. but i don't really understand it, maybe you have an idea. ```bash Error: [@vue/compiler-sfc] No fs option...

@sdirix What do you think about my proposal? I would like to contribute more cells & renderers for vue vanilla .