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
The issue is... JSONSchemaForm will not let me save data, if a field is empty.
I'm using setIn from the form back to data collection. Clearing out a field, causes error: TypeError: Type "JSON" is required, but find "desc" type with value: undefined
I've tried setting schema to optional, default ""... but gives error and erases the data.
Not sure where to find my openblocks version, but it's new container off docker.io
Attaching app to replicate issue.
The issue is... JSONSchemaForm will not let me save data, if a field is empty.
I'm using setIn from the form back to data collection. Clearing out a field, causes error:
TypeError: Type "JSON" is required, but find "desc" type with value: undefined
I've tried setting schema to optional, default ""... but gives error and erases the data.
Not sure where to find my openblocks version, but it's new container off docker.io
Attaching app to replicate issue.
test.json
The text was updated successfully, but these errors were encountered: