josdejong / josdejong/jsoneditor
oneOf issue
Open
feature
help wanted
- Dominant language
- JavaScript
- Stars
- 12.3k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
Hi.
Take a look on the example https://sgurin.github.io/jsoneditor/examples/26_autocomplete_by_schema.html
When I am trying to set profession -> level there is only one option available

but schema contains 3 refs
"profession": {
"oneOf": [
{
"$ref": "junior"
},
{
"$ref": "experienced"
},
{
"$ref": "senior"
},
]
},
Looks like refs don't work
Contributor guide
Assessment
This issue has not been assessed yet.