Stefan Dirix
Stefan Dirix
Hi @julesterrien, thanks for the suggestion. Definitely looks interesting! Would you like to contribute this (including tests etc.)?
Hi @Deepak1100, we're using lodash's `get` internally so you could try escaping the property with quotation marks. Either way we should get this fixed in JSON Forms at some point!...
> Hello. We are using jsonforms with the Material UI renderers. Would this issue be related to why when using the boolean control, special characters are getting stripped from property...
Hi @mirismaili, I agree, it would be nicer if the value would be unchanged and even better when invalid values can't even be entered. Do you want to do a...
Hi @runar-indico, we don't support "dynamic" schemas out of the box, however you can definitely write a custom renderer which can handle this use case.
If implemented the behavior whether to show the dialog should be controllable via the UI Schema options, e.g. `showConfirmationDialog: true`.
Thanks for the report!
Thanks for letting us know. At the moment I don't see a need to migrate away immediately, although turborepo definitely looks interesting. We're certainly open for refactoring the repo structure...
Can you check the content of `url.js` where `process` is accessed? This is probably the `url` dependency of `@jsonforms/core`, however as far as I can see `process` is never called...
With JSON Forms `3.0.0-alpha.0` Vitejs and JSON Forms now work almost completely out of the box. The only manual action still required is to install the `tslib` dependency. However we...