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

Hidden property with a default value is still displayed #329

Closed
sebdeleze opened this issue Dec 14, 2020 · 1 comment
Closed

Hidden property with a default value is still displayed #329

sebdeleze opened this issue Dec 14, 2020 · 1 comment
Assignees
Labels
f: editor Concerns editor based on JSON schema AND custom editor

Comments

@sebdeleze
Copy link

Describe the issue
Hidden property with a default value is still displayed

To Reproduce
Add this kind of property in schema:

"hidden_with_default": {
    "title": "[issue] Hidden with default",
    "description": "Hidden field with a default value must not be added to the form.",
    "type": "string",
    "default": "Value 1",
    "enum": [
        "Value 1"
    ],
    "form": {
        "hide": true,
        "navigation": {
            "essential": true
        }
    }
}
@sebdeleze sebdeleze added the f: editor Concerns editor based on JSON schema AND custom editor label Dec 14, 2020
This was referenced Jan 12, 2021
@sebdeleze
Copy link
Author

This cannot be corrected at this time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f: editor Concerns editor based on JSON schema AND custom editor
Projects
None yet
Development

No branches or pull requests

2 participants