Skip to content

Group Custom Components will not show up on form #4

@tristan-secord

Description

@tristan-secord

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions