Select Pass Through

Pass Through documentation for Select component

Viewer#

Some sections may not be visible due to the availability of the particular feature.

Loading...

SelectRoot PT Options#

Defines passthrough(pt) options of Select component.

labeltypedescription
rootSelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
triggerSelectRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the trigger's DOM element.
valueSelectRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the value's DOM element.
clearIconSelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the clear icon's DOM element.
iconSelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the icon's DOM element.
portalSelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
positionerSelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the positioner's DOM element.
panelSelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.
filterSelectRootPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the filter's DOM element.
pcListboxSelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the listbox's DOM element.
optionsSelectRootPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the options' DOM element.
optionSelectRootPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the option's DOM element.
selectionSelectRootPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the selection's DOM element.
headerSelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
footerSelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.
emptySelectRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the empty's DOM element.

SelectTrigger PT Options#

Defines passthrough(pt) options of SelectTrigger component.

labeltypedescription
rootSelectTriggerPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

SelectIcon PT Options#

Defines passthrough(pt) options of SelectIcon component.

labeltypedescription
rootSelectIconPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

SelectPortal PT Options#

Defines passthrough(pt) options of SelectPortal component.

labeltypedescription
rootSelectPortalPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

SelectList PT Options#

Defines passthrough(pt) options of SelectList component.

labeltypedescription
rootSelectListPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

SelectOptions PT Options#

Defines passthrough(pt) options of SelectOptions component.

labeltypedescription
rootSelectOptionsPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the root's DOM element.

SelectOption PT Options#

Defines passthrough(pt) options of SelectOption component.

labeltypedescription
rootSelectOptionPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the root's DOM element.

SelectClearIcon PT Options#

Defines passthrough(pt) options of SelectClearIcon component.

labeltypedescription
rootSelectClearIconPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the root's DOM element.

SelectSelection PT Options#

Defines passthrough(pt) options of SelectSelection component.

labeltypedescription
rootSelectSelectionPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the root's DOM element.

SelectFilter PT Options#

Defines passthrough(pt) options of SelectFilter component.

labeltypedescription
rootSelectFilterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
inputSelectFilterPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.

SelectHeader PT Options#

Defines passthrough(pt) options of SelectHeader component.

labeltypedescription
rootSelectHeaderPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

SelectFooter PT Options#

Defines passthrough(pt) options of SelectFooter component.

labeltypedescription
rootSelectFooterPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.

SelectEmpty PT Options#

Defines passthrough(pt) options of SelectEmpty component.

labeltypedescription
rootSelectEmptyPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.