Stefan Dirix
Stefan Dirix
Hi @vhemery, thanks for the suggestion! That's interesting because in the past we had many complaints whenever we implemented a "focus-out/blur" approach and this is the first request to actually...
The non-redux version of the react-seed partially works for me with your schema when, ironically, the ref parser is configured in the redux store with ```{ refParserOptions: { dereference: {...
# MVP Proposal To facilitate the development process we analyzed the proposal and distilled a MVP for the multi-window feature which requires significantly less effort than developing the feature in...
Hi @wojtek1150, how did you run into this problem? When I use the regular development setup I don't get this Typescript error reported. Either way I don't think the fix...
Shouldn't `!!obj` convert the `unknown` to a `boolean` and therefore fix the error? I would rather not change `unknown` to `any` as this just bypasses the Typescript checks.
The reported issue was fixed with https://github.com/eclipsesource/jsonforms/pull/2023
Hi @olliejm, this is an interesting use case. Would it be sufficient for you if a regular `onChange` event would be emitted? Instead of only on `data` and `errors` changes...
As a workaround you could also take over the whole validation yourself, i.e. always use `noValidation`. Once you want to show errors you can validate the `data` yourself in your...
As there was no further discussion I'll close this issue for now. Feel free to reopen if you disagree.
Hi @bolora, good point! The localization documentation is still WIP and under review. You can find the PR [here](https://github.com/eclipsesource/jsonforms2-website/pull/222) and the hosted version of the current state [here](https://deploy-preview-222--jsonforms.netlify.app/docs/i18n). As it's...