Skip to content
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

Closed
epicfaace opened this issue Nov 16, 2022 · 0 comments · Fixed by #3298
Closed

Pass schema to ArrayFieldItemTemplate #3253

epicfaace opened this issue Nov 16, 2022 · 0 comments · Fixed by #3298
Assignees

Comments

@epicfaace
Copy link
Member

epicfaace commented Nov 16, 2022

This is the only type that has registry, uiSchema but not schema

@github-actions github-actions bot added the needs triage Initial label given, to be assigned correct labels and assigned label Nov 16, 2022
@heath-freenome heath-freenome self-assigned this Dec 2, 2022
@heath-freenome heath-freenome added bug typescript and removed needs triage Initial label given, to be assigned correct labels and assigned labels Dec 9, 2022
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
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants