-
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
Add test and update documentation for using anyOf inside array items #1131
Conversation
@glasserc If you have time a review would be great! |
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.
Looks good! Needs to be updated against current master. I remember thinking "Why would this not work in arrays?"
Signed-off-by: Lucian <lucian.buzzo@gmail.com>
@epicfaace I've addressed your review comments, could you take another look at this PR please? |
Looks good, thanks @LucianBuzzo ! |
* 'master' of github.com:KeroVieux/react-jsonschema-form: updated replace submit button paragraph tag with div (rjsf-team#766) Fixes rjsf-team#824 (rjsf-team#1147) Fix bug where matching anyOf branch is not selected correctly (rjsf-team#1129) Document a gotcha with `additionalProperties` (rjsf-team#1149) doc: add permalinks and fix internal hyperlinks in documentation doc: add doc build instructions, update PR/issue templates with doc links Add onBlur and onFocus events for radio and checkbox widgets (rjsf-team#1143) add ui:help tips (rjsf-team#1145) doc: fix browserstack logo size docs: remove docs from README and link to readthedocs rjsf-team#1138 doc: organize docs into separate files rjsf-team#1138 doc: add browserstack logo rjsf-team#990 Add test and update documentation for using anyOf inside array items (rjsf-team#1131) # Conflicts: # src/components/Form.js
Signed-off-by: Lucian lucian.buzzo@gmail.com
I'd previously made the incorrect assumption that #1118 would not automatically work with array items - upon investigation I found that it just works™.
This PR just adds a basic test case for array support, updates the documentation and adds to the examples.
Checklist
npm run cs-format
on my branch to conform my code to prettier coding style