Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oneOf{const,title} with boolean type properties causes titles to be displayed in lower case #781

Closed
2 tasks done
mfulton26 opened this issue Dec 4, 2017 · 0 comments
Closed
2 tasks done

Comments

@mfulton26
Copy link
Contributor

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.

Description

Bug

Steps to Reproduce

  1. Define a schema with a boolean type property
  2. Define an enum using the alternative oneOf{const,title} for that boolean type
  3. Use some uppercase letters in the enum/oneOf titles
  4. Render the form and note how the uppercase letters have been converted to lowercase. 😢

Here is a shared playground link demonstrating the issue.

Expected behavior

Mixed case radio/select options

Actual behavior

Lowercase only radio/select options

Version

You can usually get this information in your package.json or in the file URL if you're using the unpkg one.

1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant