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.
Properties
Section titled "Properties"active
Section titled "active"Whether the item is disabled.
active: boolean active
Section titled "active"Whether the item is active.
active: boolean disabled
Section titled "disabled"Whether the item is disabled.
disabled: boolean selected
Section titled "selected"Whether the item is selected.
selected: boolean value
Section titled "value"The current value of the item. If not specified, the element's text content is used.
value: string