Select Pass Through
Pass Through documentation for Select component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
SelectRoot PT Options#
Defines passthrough(pt) options of Select component.
| label | type | description |
|---|---|---|
| root | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| trigger | SelectRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the trigger's DOM element. |
| value | SelectRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the value's DOM element. |
| clearIcon | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the clear icon's DOM element. |
| icon | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the icon's DOM element. |
| portal | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the portal's DOM element. |
| positioner | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the positioner's DOM element. |
| panel | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
| filter | SelectRootPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the filter's DOM element. |
| pcListbox | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the listbox's DOM element. |
| options | SelectRootPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the options' DOM element. |
| option | SelectRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the option's DOM element. |
| selection | SelectRootPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the selection's DOM element. |
| header | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
| footer | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
| empty | SelectRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the empty's DOM element. |
SelectTrigger PT Options#
Defines passthrough(pt) options of SelectTrigger component.
| label | type | description |
|---|---|---|
| root | SelectTriggerPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
SelectIcon PT Options#
Defines passthrough(pt) options of SelectIcon component.
| label | type | description |
|---|---|---|
| root | SelectIconPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
SelectPortal PT Options#
Defines passthrough(pt) options of SelectPortal component.
| label | type | description |
|---|---|---|
| root | SelectPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
SelectList PT Options#
Defines passthrough(pt) options of SelectList component.
| label | type | description |
|---|---|---|
| root | SelectListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
SelectOptions PT Options#
Defines passthrough(pt) options of SelectOptions component.
| label | type | description |
|---|---|---|
| root | SelectOptionsPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the root's DOM element. |
SelectOption PT Options#
Defines passthrough(pt) options of SelectOption component.
| label | type | description |
|---|---|---|
| root | SelectOptionPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the root's DOM element. |
SelectClearIcon PT Options#
Defines passthrough(pt) options of SelectClearIcon component.
| label | type | description |
|---|---|---|
| root | SelectClearIconPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
SelectSelection PT Options#
Defines passthrough(pt) options of SelectSelection component.
| label | type | description |
|---|---|---|
| root | SelectSelectionPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the root's DOM element. |
SelectFilter PT Options#
Defines passthrough(pt) options of SelectFilter component.
| label | type | description |
|---|---|---|
| root | SelectFilterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| input | SelectFilterPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the input's DOM element. |
SelectHeader PT Options#
Defines passthrough(pt) options of SelectHeader component.
| label | type | description |
|---|---|---|
| root | SelectHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
SelectFooter PT Options#
Defines passthrough(pt) options of SelectFooter component.
| label | type | description |
|---|---|---|
| root | SelectFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
SelectEmpty PT Options#
Defines passthrough(pt) options of SelectEmpty component.
| label | type | description |
|---|---|---|
| root | SelectEmptyPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |