Class IgcSelectGroupComponent

Element

igc-select-group - A container for a group of igc-select-item components.

Slot

label - Contains the group's label.

Slot

  • Intended to contain the items belonging to this group.

Csspart

label - The native label element.

Hierarchy

Hierarchy

  • LitElement
    • IgcSelectGroupComponent

Constructors

Properties

disabled: boolean = false

Whether the group item and all its children are disabled.

Attr

All child igc-select-items.

styles: CSSResult[] = ...
tagName: "igc-select-group" = 'igc-select-group'

Methods