You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah, this is caused by #3392, specifically the fix for #1654. I will try and figure out how to avoid this within the scope of an object while still supporting it for the main use case.
…#3412Fixes: rjsf-team#3412 by reverting the last change made to `getSchemaType()`
The type inference from `anyOf`/`oneOf` that was added to fixrjsf-team#1654 actually caused a worse bug, and without it the inference now happens properly due to other fixes somehow
- In `@rjsf/utils`, reverted the type inference from `anyOf`/`oneOf`
- Updated the `CHANGELOG.md` accordingly
Fixes: #3412 by reverting the last change made to `getSchemaType()`
The type inference from `anyOf`/`oneOf` that was added to fix#1654 actually caused a worse bug, and without it the inference now happens properly due to other fixes somehow
- In `@rjsf/utils`, reverted the type inference from `anyOf`/`oneOf`
- Updated the `CHANGELOG.md` accordingly
Prerequisites
What theme are you using?
core
Version
5.0.0-beta.20
Current Behavior
When
oneOf
appears in a nested schema, a text input appears above the multi-field.Playground link
Sample schema
Expected Behavior
The additional input does not appear.
Steps To Reproduce
See playground link / sample schema
Environment
The text was updated successfully, but these errors were encountered: