You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firefox 117.0.1 (64-bit) / Chrome Version 116.0.5845.187 (Official Build) (arm64)
Which Version of JSON Forms are you using?
v3.1.0
Framework
Core, React
RendererSet
Material
Additional context
I think quite similar issue is described in https://github.com/eclipsesource/jsonforms/issues/2102 but i could not force it to behave in same wrong way like in my example.
The text was updated successfully, but these errors were encountered:
Hi! Thanks for the report! The issue should be fixed by #2168 once merged. If you like you can test the PR on your side to verify whether your issues are resolved.
Thanks for the good writeup and the reproducible example :)
Describe the bug
Names of properties cannot have square brackets inside. After changing initial data property name gets restructured in nested object.
Expected behavior
Structure of data object does not change
Steps to reproduce the issue
https://github.com/mateuszkula/jsonforms-react-error
npm ci
&npm run start
localhost:3000
A
-> type 1 in fieldMin
to
Min
field forA B C D
and type some number there. Data changes from:to
Screenshots
Before entering data:
After changing data:
In which browser are you experiencing the issue?
Firefox 117.0.1 (64-bit) / Chrome Version 116.0.5845.187 (Official Build) (arm64)
Which Version of JSON Forms are you using?
v3.1.0
Framework
Core, React
RendererSet
Material
Additional context
I think quite similar issue is described in
https://github.com/eclipsesource/jsonforms/issues/2102
but i could not force it to behave in same wrong way like in my example.The text was updated successfully, but these errors were encountered: