Stefan Dirix
Stefan Dirix
Hi @devinsm, thanks for the report! With our default renderers typing really fast is often a problem. The renderers are set up in a way that a full cycle is...
@manmal thanks for the report! Just to confirm, you're on the latest stable or alpha release?
@stevenmckinnon In general I think setting the `required` prop as suggested by you in #1695 is a good idea and we should implement it in one of the next versions...
Hi @nmaier95, I don't see this feature implemented generically soon. We can't really reuse AJV as in the example code as then `isRequired` is only `true` when the parameter is...
Thanks for the report, we're gonna take a look!
Hi @mirismaili, thanks for the PR. We're already working on this, see https://github.com/eclipsesource/jsonforms/pull/1831 The main problem with the array approach is to not lose performance. Just replacing strings with arrays...
Hi @manju2791, this feature is not yet implemented. I linked it in #1469 because if this middleware approach was implemented, #1469 would already be solved. It's probably preferable over implementing...
Hi @andresgutgon, no update yet. We planed this issue for version `3.x` but are still busy with the `3.0` release. > Coming here form this post https://jsonforms.discourse.group/t/showing-server-side-back-end-errors-on-the-form-in-react-standalone-jsonforms/292 To clarify the...
Yes! Thanks ;) Will take a look soon!
You need to install the base dependencies, then run lerna and then build all packages. Only then can the example application be executed. So starting from the root directory: ```bash...