react-jsonschema-form
react-jsonschema-form copied to clipboard
fix 3711 anyOf/oneOf remove old fields from previous schema
Reasons for making this change
Fixes #3711 - removing old undefined fields when switching to different oneOf/anyOf schema
Checklist
- [ ] I'm updating documentation
- [ ] I've checked the rendering of the Markdown text I've added
- [x] I'm adding or updating code
- [ ] I'm adding a new feature
- [ ] I've updated the playground with an example use of the feature
Hello, any update on this fix? Thanks!
@linpc This is a very tricky problem that @cwendtxealth hasn't quite figured out how to fix yet.
Hey @cwendtxealth, @heath-freenome , any predictions on when this might get merged? No pressure, but our workaround for this is giving us some performance issues, so we need to decide if it's worth optimizing.
Hi @michal-kurz , would you mind sharing your workaround?
thank you all, just a doubt: it will work on conditionally remove a field with "if" without anyOf or oneOf?