Stefan Dirix

Results 281 comments of Stefan Dirix

Hi @jankvapil, In the React Material renderers we have two debounce mechanisms: - We [debounce textual inputs](https://github.com/eclipsesource/jsonforms/blob/c8d3ecf2255e537e3e3eaefe4e977273c72db572/packages/material-renderers/src/util/debounce.ts) like "string", "number" etc. within a 300ms time window. As these changes are...

We will [update to Angular 16/17 very soon](https://github.com/eclipsesource/jsonforms/pull/2229) and therefore will no longer be compatible with Angular 15.

@LukasBoll Can you resolve the conflicts?

I'm not sure. If you have a category without `i18n` and without a `label` it will also not render any label. To use the `i18n` value as a fallback, all...

Thanks for the contribution :heart:. The change looks good! Can you fix the linter errors?

Thank you very much for the contribution :heart:. We will soon take a look.

Hi @gatanasov-asteasolutions, we were currently busy with the 3.2 release. We will discuss this proposal and what we think what the best way forward is within the team in the...

Thanks for the suggestion. Definitely makes sense. We should use an iconClass if it's customized. When there is none, we should fallback to the textual approach.

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