We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the createDefaultValue should have returned empty array rather than empty object
we get
{ "addressOrUser": { "street_address": "1600 Pennsylvania Avenue NW", "city": "Washington", "state": "DC" }, "addressesOrUsersAnyOfItems": [ {} ] }
instead of
{ "addressOrUser": { "street_address": "1600 Pennsylvania Avenue NW", "city": "Washington", "state": "DC" }, "addressesOrUsersAnyOfItems": [ [] ] }
No response
3.4.1
Core
The text was updated successfully, but these errors were encountered:
fixes createDefaultValue doesn't follow anyOf, oneOf, allOf eclipseso…
7d1865f
…urce#2401
Fixed by #2402
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Expected behavior
the createDefaultValue should have returned empty array rather than empty object
we get
instead of
Steps to reproduce the issue
Screenshots
No response
Which Version of JSON Forms are you using?
3.4.1
Package
Core
Additional context
No response
The text was updated successfully, but these errors were encountered: