Listbox Pass Through
Pass Through documentation for listbox component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
ListboxRoot PT Options#
Defines passthrough(pt) options of Listbox component.
| label | type | description |
|---|---|---|
| root | ListboxRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| firstHiddenFocusable | ListboxRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the first hidden focusable element's DOM element. |
| lastHiddenFocusable | ListboxRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the last hidden focusable element's DOM element. |
| header | ListboxRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
| footer | ListboxRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
| list | ListboxRootPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the list's DOM element. |
| empty | ListboxRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the empty message's DOM element. |
| optionGroup | ListboxRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the option group's DOM element. |
| option | ListboxRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the option's DOM element. |
| selection | ListboxRootPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the selection's DOM element. |
| filter | ListboxRootPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the filter's DOM element. |
ListboxHeader PT Options#
Defines passthrough(pt) options of ListboxHeader component.
| label | type | description |
|---|---|---|
| root | ListboxHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ListboxFooter PT Options#
Defines passthrough(pt) options of ListboxFooter component.
| label | type | description |
|---|---|---|
| root | ListboxFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
ListboxOptions PT Options#
Defines passthrough(pt) options of ListboxOptions component.
| label | type | description |
|---|---|---|
| root | ListboxOptionsPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
ListboxOption PT Options#
Defines passthrough(pt) options of ListboxOption component.
| label | type | description |
|---|---|---|
| root | ListboxOptionPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
ListboxSelection PT Options#
Defines passthrough(pt) options of ListboxSelection component.
| label | type | description |
|---|---|---|
| root | ListboxSelectionPassThroughType<HTMLAttributes<HTMLElement>> | Used to pass attributes to the root's DOM element. |
ListboxFilter PT Options#
Defines passthrough(pt) options of ListboxFilter component.
| label | type | description |
|---|---|---|
| root | ListboxFilterPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
ListboxEmpty PT Options#
Defines passthrough(pt) options of ListboxEmpty component.
| label | type | description |
|---|---|---|
| root | ListboxEmptyPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |