We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Title Label is absent for string property with enum values
Title is shown
Title is not shown
The text was updated successfully, but these errors were encountered:
@ErQrYfkrju can this issue be closed? I just tried to reproduce and I think its fixed
Sorry, something went wrong.
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.
jacqueswho
Successfully merging a pull request may close this issue.
Prerequisites
Description
Title Label is absent for string property with enum values
Steps to Reproduce
{
"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

Actual behavior
Title is not shown

The text was updated successfully, but these errors were encountered: