-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
bugSomething isn't workingSomething isn't workingfix in v1Is a bug in v0, but fixed in v1Is a bug in v0, but fixed in v1
Description
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
Labels
bugSomething isn't workingSomething isn't workingfix in v1Is a bug in v0, but fixed in v1Is a bug in v0, but fixed in v1