Skip to content

Fieldset doesn't support iner group arrays #143

@SimoneErba

Description

@SimoneErba

Hi,
currently it's not possible to have a group array inside of a fieldset:

{
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "my-fieldset": {
      "title": "My object",
      "type": "object",
      "x-jsf-presentation": {
        "inputType": "fieldset"
      },
      "properties": {
        "myArray": {
          "title": "myArray",
          "type": "array",
          "x-jsf-presentation": {
            "inputType": "group-array"
          },
          "items": {
            "type": "object",
            "properties": {
              "color": {
                "title": "color",
                "type": "string",
                "x-jsf-presentation": {
                  "inputType": "text"
                }
              }
            }
          }
        }
      }
    }
  }
}

can you confirm?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingfix in v1Is a bug in v0, but fixed in v1

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions