Returns the groups of the igc-select component.
Returns the items of the igc-select component.
Returns the selected item from the dropdown or null.
Emitted when the control's checked state changes.
Emitted after the list of options is closed.
Emitter just before the list of options is closed.
Emitted after the list of options is opened.
Emitted just before the list of options is opened.
Removes focus from the component.
Resets the current value and selection of the component.
Sets focus on the component.
Navigates to the item with the specified value. If it exists, returns the found item, otherwise - null.
Navigates to the item at the specified index. If it exists, returns the found item, otherwise - null.
Checks the validity of the control and moves the focus to it if it is not valid.
Selects the item with the specified value. If it exists, returns the found item, otherwise - null.
Selects the item at the specified index. If it exists, returns the found item, otherwise - null.
The autofocus attribute of the control.
The distance of the select dropdown from its input.
The label attribute of the control.
The outlined attribute of the control.
The placeholder attribute of the control.
The preferred placement of the select dropdown around its input.
Determines the behavior of the component during scrolling of the parent container.
The value attribute of the control.
Represents a control that provides a menu of options.
Slot
Slot
prefix - Renders content before the input.
Slot
suffix - Renders content after input.
Slot
header - Renders a container before the list of options.
Slot
footer - Renders a container after the list of options.
Slot
helper-text - Renders content below the input.
Slot
toggle-icon - Renders content inside the suffix container.
Slot
toggle-icon-expanded - Renders content for the toggle icon when the component is in open state.
Slot
value-missing - Renders content when the required validation fails.
Slot
custom-error - Renders content when setCustomValidity(message) is set.
Slot
invalid - Renders content when the component is in invalid state (validity.valid = false).
Csspart
list - The list wrapping container for the items of the igc-select.
Csspart
input - The encapsulated igc-input of the igc-select.
Csspart
label - The encapsulated text label of the igc-select.
Csspart
prefix - The prefix wrapper of the input of the igc-select.
Csspart
suffix - The suffix wrapper of the input of the igc-select.
Csspart
toggle-icon - The toggle icon wrapper of the igc-select.
Csspart
helper-text - The helper text wrapper of the igc-select.