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...

Listbox PT Options#

Defines passthrough(pt) options of Listbox component.

labeltypedescription
rootListboxPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
firstHiddenFocusableListboxPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the first hidden focusable element's DOM element.
lastHiddenFocusableListboxPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the last hidden focusable element's DOM element.
headerListboxPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
footerListboxPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.
listListboxPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the list's DOM element.
emptyListboxPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the empty message's DOM element.
optionGroupListboxPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the option group's DOM element.
optionListboxPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the option's DOM element.
selectionListboxPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the selection's DOM element.
filterListboxPassThroughType<HTMLAttributes<HTMLElement>>Used to pass attributes to the filter's DOM element.

ListboxHeader PT Options#

Defines passthrough(pt) options of ListboxHeader component.

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

ListboxFooter PT Options#

Defines passthrough(pt) options of ListboxFooter component.

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

ListboxOptions PT Options#

Defines passthrough(pt) options of ListboxOptions component.

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

ListboxOption PT Options#

Defines passthrough(pt) options of ListboxOption component.

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

ListboxSelection PT Options#

Defines passthrough(pt) options of ListboxSelection component.

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

ListboxFilter PT Options#

Defines passthrough(pt) options of ListboxFilter component.

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

ListboxEmpty PT Options#

Defines passthrough(pt) options of ListboxEmpty component.

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