-
Notifications
You must be signed in to change notification settings - Fork 373
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
reset data in anyOfRenderer, if data types dont match #2175
reset data in anyOfRenderer, if data types dont match #2175
Conversation
✅ Deploy Preview for jsonforms-examples ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Hi @LukasBoll
Thanks for the pull request ❤️
I have some comments inline. Please have a look.
packages/material-renderers/src/complex/MaterialAnyOfRenderer.tsx
Outdated
Show resolved
Hide resolved
74f67e0
to
97b52ea
Compare
Thank you very much for the review and your comments! I adressed all of your comments! |
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.
Hi @LukasBoll , thanks for the updates. I found one small bug inline and added a suggestion to fix it.
packages/material-renderers/src/complex/TabSwitchConfirmDialog.tsx
Outdated
Show resolved
Hide resolved
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.
@LukasBoll I merged the minor suggested fix. Thanks again for the contribution :)
closes #2173