Skip to content

Support searchable "select-one", add "select-many" #1

@Chris927

Description

@Chris927

As discussed with @Z92-K, we'd like to add the following:

const fields = [
  {
    type: 'select-one',
    name: '...',
    useSearch: true
  },
  {
    type: 'select-many',
    name: '...',
    useSearch: true
  }
]

We can implement select-one with carbon's ComboBox (if we need search), and select-many can be implemented via carbon's MultiSelect, where search can be enabled/disabled.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions