Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group Custom Components will not show up on form #4

Closed
tristan-secord opened this issue Oct 10, 2017 · 2 comments
Closed

Group Custom Components will not show up on form #4

tristan-secord opened this issue Oct 10, 2017 · 2 comments

Comments

@tristan-secord
Copy link
Contributor

tristan-secord commented Oct 10, 2017

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",
          },
        },
      ],
    },
@tristan-secord
Copy link
Contributor Author

Small change to code
Here is the PR #5

@bietkul
Copy link
Owner

bietkul commented Oct 11, 2017

Looks great!

@bietkul bietkul closed this as completed Oct 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants