Skip to content

Hidden sub-property with hide expression #327

@sebdeleze

Description

@sebdeleze

Describe the issue
Hidden sub-property with hide expression cannot be added to the form.

To Reproduce
Check this kind of property:

"hidden_sub_property_hide_expr": {
    "title": "[issue] Hidden sub-property with hide expression.",
    "description": "Hidden sub-property with hide expression can be added to the form.",
    "type": "object",
    "additionalProperties": false,
    "properties": {
        "statement": {
            "title": "Statements",
            "type": "array",
            "minItems": 1,
            "items": {
                "title": "Statement",
                "type": "string",
                "minLength": 1
            },
            "form": {
                "hideExpresssion": "true"
            }
        }
    },
    "propertiesOrder": [
        "statement"
    ]
}

Metadata

Metadata

Assignees

Labels

f: editorConcerns editor based on JSON schema AND custom editor

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions