Closed benjivm closed 4 months ago
Hi @benjivm , thanks for the report :) Can you give more details when this exactly happens? I.e. only when you enter a new number of if it is already present? I ask because I cannot reproduce this problem for the vue vanilla renderers in the example app.
You're right, this is a problem in my code: there was an "isEqual" comparison erroneously treating 0 as null. Thanks!
Describe the bug
Possibly same issue as https://github.com/eclipsesource/jsonforms/issues/1351 https://github.com/eclipsesource/jsonforms/issues/1352
Expected behavior
Render/accept zero values.
Steps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
v3.3.0
Framework
Vue
RendererSet
Vanilla
Additional context
No response