Stefan Dirix

Results 281 comments of Stefan Dirix

Hi @elliotdes, It works for me with both, the React Vanilla and Vue Vanilla renderer sets: ![image](https://github.com/eclipsesource/jsonforms/assets/8998368/7ff2779e-ed51-419b-9d23-769ba81c093a) Is handing over the JSON Schema all you do?

Hi! Thanks for the report! The issue should be fixed by https://github.com/eclipsesource/jsonforms/pull/2168 once merged. If you like you can test the PR on your side to verify whether your issues...

We only merged a workaround for the issue. We don't know yet the root cause and proper fix which requires further investigation.

Thanks for the report! Yes, our types are not set up in a convenient way so that Typescript is not able to automatically determine that your uischema is a valid...

Sadly each element needs to be typed for Typescript to recognize that they are compatible, e.g. ```ts const uischema: VerticalLayout = { type: 'VerticalLayout', elements: [ { type: 'Control', scope:...

As you can see with the milestone planning we eventually want to tackle this but there is no specific date which I could announce. Of course, if you, or someone...

The types are complete, however they are in a state which is not that convenient to use. They are set up in hierarchical fashion, i.e. `VerticalLayout extends UiSchemaElement`. Therefore if...

Makes sense to me! Would you like to contribute this feature?

Hi @luiz290788, do you still plan to contribute this feature?

Possible cause: Maybe some time zone shenanigans are interfering here. For example it could be that we set the time to 00:00 of the selected day, but because of some...