featurehelp wanted
仓库指标
- Star
- (10,781 star)
- PR 合并指标
- (平均合并 15小时 36分钟) (30 天内合并 3 个 PR)
描述
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