Prerequisites
What theme are you using?
core
Version
5.x
Current Behavior
When liveOmit and omitExtraData options are enabled, then you are unable to add a new item to an object that uses additionalProperties within an anyOf or oneOf.
Example json schema
{
"oneOf": [
{
"type": "object",
"additionalProperties": {
"foo": {
"type": "string"
}
}
}
]
}
RJSF options
liveOmit: true
omitExtraData: true
Expected Behavior
Can add new items
Steps To Reproduce
- Visit playground
- Try and add a new item
Environment
Anything else?
No response