-
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
Pass schema to ArrayFieldItemTemplate #3253
Labels
Comments
heath-freenome
added a commit
to heath-freenome/react-jsonschema-form
that referenced
this issue
Dec 16, 2022
fix: rjsf-team#3253 by adding `schema` prop `ArrayFieldTemplateItemType` type to make it consistent with all the rest of the template types - In `@rjsf/utils`, updated `types.ts` to add `schema` to the `ArrayFieldTemplateItemType` type - In `@rjsf/core`, updated the `ArrayField` template to pass the `schema` to the props that are provided to the instance of the `ArrayFieldItemTemplate` - Updated `custom-templates.md` to add the `schema` to the documentation for `ArrayFieldItemTemplate` - Updated the `CHANGELOG.md` accordingly
8 tasks
heath-freenome
added a commit
that referenced
this issue
Dec 19, 2022
fix: #3253 by adding `schema` prop `ArrayFieldTemplateItemType` type to make it consistent with all the rest of the template types - In `@rjsf/utils`, updated `types.ts` to add `schema` to the `ArrayFieldTemplateItemType` type - In `@rjsf/core`, updated the `ArrayField` template to pass the `schema` to the props that are provided to the instance of the `ArrayFieldItemTemplate` - Updated `custom-templates.md` to add the `schema` to the documentation for `ArrayFieldItemTemplate` - Updated the `CHANGELOG.md` accordingly
shijistar
pushed a commit
to shijistar/react-jsonschema-form
that referenced
this issue
Jun 8, 2023
…eam#3298) fix: rjsf-team#3253 by adding `schema` prop `ArrayFieldTemplateItemType` type to make it consistent with all the rest of the template types - In `@rjsf/utils`, updated `types.ts` to add `schema` to the `ArrayFieldTemplateItemType` type - In `@rjsf/core`, updated the `ArrayField` template to pass the `schema` to the props that are provided to the instance of the `ArrayFieldItemTemplate` - Updated `custom-templates.md` to add the `schema` to the documentation for `ArrayFieldItemTemplate` - Updated the `CHANGELOG.md` accordingly
shijistar
pushed a commit
to shijistar/react-jsonschema-form
that referenced
this issue
Jun 8, 2023
…eam#3298) fix: rjsf-team#3253 by adding `schema` prop `ArrayFieldTemplateItemType` type to make it consistent with all the rest of the template types - In `@rjsf/utils`, updated `types.ts` to add `schema` to the `ArrayFieldTemplateItemType` type - In `@rjsf/core`, updated the `ArrayField` template to pass the `schema` to the props that are provided to the instance of the `ArrayFieldItemTemplate` - Updated `custom-templates.md` to add the `schema` to the documentation for `ArrayFieldItemTemplate` - Updated the `CHANGELOG.md` accordingly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the only type that has registry, uiSchema but not schema
The text was updated successfully, but these errors were encountered: