Represents an item in a select list.

Slots
default — Renders the all content bar the prefix and suffix.
prefix — Renders content before the main content area.
suffix — Renders content after the main content area.
CSS Parts
prefix — The prefix wrapper of the igc-select-item.
content — The main content wrapper of the igc-select-item.
suffix — The suffix wrapper of the igc-select-item.

Whether the item is disabled.

active: boolean

Whether the item is active.

active: boolean

Whether the item is disabled.

disabled: boolean

Whether the item is selected.

selected: boolean

The current value of the item. If not specified, the element's text content is used.

value: string