-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Prerequisites
- I have searched the existing issues
- I understand that providing a SSCCE example is tremendously useful to the maintainers.
- I have read the documentation
- Ideally, I'm providing a sample JSFiddle, Codesandbox.io or preferably a shared playground link demonstrating the issue.
What theme are you using?
core
Version
5.24.13
Current Behavior
I have a json schema which have some oneOf properties and when changing them from simple one to item with inner properties I get them rendered, but when I switched back to simple one without this properties this addtional properties is still rendered, but shouldn't anymore
Expected Behavior
I expect to have when changing oneof selected property to simple and complex one the form data will be cleared
Steps To Reproduce
- Open sandbox
- Change ssl_mode to verify_ca
- You will see that some additional fields rendered, which were not presented before
- When change this select from verify_ca back to disable you will still see this fields -> BUG
Environment
- OS: Mac OS 15.7.1
- Node: 22.14.0
- npm: 10.9.2Anything else?
Sanbox link link