-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
anyOf/oneOf properties don't show default value #1334
Comments
t-moe
added a commit
to t-moe/react-jsonschema-form
that referenced
this issue
Jun 27, 2019
3 tasks
3 tasks
t-moe
added a commit
to t-moe/react-jsonschema-form
that referenced
this issue
Jul 1, 2019
t-moe
added a commit
to t-moe/react-jsonschema-form
that referenced
this issue
Jul 2, 2019
t-moe
added a commit
to t-moe/react-jsonschema-form
that referenced
this issue
Jul 3, 2019
epicfaace
pushed a commit
that referenced
this issue
Jul 9, 2019
Fixed by #1338. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Prerequisites
Description
When using oneOf/anyOf, I expect my properties to display the default value specified, and formData to reflect according after selecting one of the options.
See here
Steps to Reproduce
See here
Expected behavior
"First name" should populate "Chuck" and formData should contain "Chuck" after selecting First method of identification
Actual behavior
formData is empty, and" Chuck" is not populated in "First name"
Version
1.6.1
The text was updated successfully, but these errors were encountered: