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
In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.
Description
Recently support for the oneOf syntax was added for enums, it can be used to replace the existing enum/enumNames syntax which does not conform to the json schema spec.
Prerequisites
Description
Recently support for the oneOf syntax was added for enums, it can be used to replace the existing enum/enumNames syntax which does not conform to the json schema spec.
Steps to Reproduce
json schema
UI schema:
I've set up a sample JSFiddle demonstrating the issue.
Expected behavior
The
title
values in the oneOf objects are used for titles of the radiosActual behavior
The titles of the radios are yes/no
Version
v1.0.3
The text was updated successfully, but these errors were encountered: