Closed
Description
Prerequisites
- I have read the documentation;
- In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.
- Ideally, I'm providing a sample JSFiddle or a shared playground link demonstrating the issue.
Description
If a title
property is stored within a $ref
on an allOf
, oneOf
, or anyOf
schema, it is not used when constructing a dropdown select for that schema.
Steps to Reproduce
We have a oneOf
with both entries in the array being loaded via a $ref
. One of them has a title
alongside the $ref
in the array, while the other has a title
in the $ref
schema. The one with the title alongside has its title represented in the dropdown, while the other has an option label of "Option 1".
Expected behavior
Titles within a $ref
should be incorporated into the dropdown option labels.
Actual behavior
Title is not accessed within the $ref
when constructing the dropdown.
Version
Current HEAD
Metadata
Metadata
Assignees
Labels
No labels