-
Notifications
You must be signed in to change notification settings - Fork 2
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
Higlight required fields #296
Conversation
Found some issues where non-required field were handled as required. |
25e74b2
to
83db23b
Compare
83db23b
to
2f64e88
Compare
WIP 2 Fix for nested properties WIP
@saulipurhonen I kinda fixed the issue with requiring and highlighting the first field of deeply nested object. I also fixed for some fields that are not required originally but still highlighted. There are still some kinds of error with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the issue was actually traverseFields
object
argument in FormOneOfFied
.
It's good that you noticed this.
Description
All required fields are not highlighted and this can confuse user.
Related issues
Closes #291
Type of change
Changes Made
FieldArray
heading if section is requiredTesting