-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Description
Trying to group custom components together. Ends up not showing on form at all. Grouping components built into form builder works fine, and showing custom components outside of grouping works as well.
Here is the code. Any help would be appreciated...
{
type: 'group',
name: 'hardware_issues',
fields: [
{
type: "customSelect",
multiline: true,
placeholder: descriptionPlaceholder,
name: "appliances",
title: "Appliances",
formOptions: {
category: "Hardware & OS",
},
},
{
type: "customSelect",
multiline: true,
placeholder: descriptionPlaceholder,
name: "peripheral",
title: "Peripherals",
formOptions: {
category: "Hardware & OS",
},
},
],
},
Metadata
Metadata
Assignees
Labels
No labels