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