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

semantic-ui: Title is absent for string property with enum values #1937

Closed
2 tasks done
ErQrYfkrju opened this issue Jul 22, 2020 · 2 comments
Closed
2 tasks done

semantic-ui: Title is absent for string property with enum values #1937

ErQrYfkrju opened this issue Jul 22, 2020 · 2 comments
Assignees
Labels
semantic-ui semantic-ui related theme issue

Comments

@ErQrYfkrju
Copy link

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

Title Label is absent for string property with enum values

Steps to Reproduce

  1. Go to https://rjsf-team.github.io/react-jsonschema-form/
  2. Select semantic-ui theme
  3. Use following scheme
    {
    "title": "A registration form",
    "description": "A simple form example.",
    "type": "object",
    "required": [
    "gender"
    ],
    "properties": {
    "gender": {
    "type": "string",
    "title": "Gender",
    "default": "Male",
    "enum":["male","female"]
    }}
    }

Expected behavior

Title is shown
Screen Shot 2020-07-22 at 15 21 15

Actual behavior

Title is not shown
Screen Shot 2020-07-22 at 15 21 03

@jacqueswho jacqueswho added the semantic-ui semantic-ui related theme issue label Aug 12, 2020
@jacqueswho jacqueswho pinned this issue Aug 12, 2020
@jacqueswho jacqueswho self-assigned this Aug 12, 2020
@jacqueswho jacqueswho linked a pull request Aug 12, 2020 that will close this issue
7 tasks
@jacqueswho jacqueswho unpinned this issue Aug 12, 2020
@jacqueswho
Copy link
Contributor

@ErQrYfkrju can this issue be closed? I just tried to reproduce and I think its fixed

@epicfaace
Copy link
Member

If it's fixed, let's go ahead and close it, @ErQrYfkrju can let us know if it comes up again and reopen in that case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semantic-ui semantic-ui related theme issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants