AutoComplete Pass Through

Pass Through documentation for AutoComplete component

Viewer#

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

Loading...

AutoCompleteRoot PT Options#

Defines passthrough(pt) options of AutoComplete component.

labeltypedescription
rootAutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
triggerAutoCompleteRootPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the trigger's DOM element.
pcInputTextAutoCompleteRootPassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the pcInputText's DOM element.
portalAutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the portal's DOM element.
positionerAutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the positioner's DOM element.
panelAutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.
pcListboxAutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the pcListbox's DOM element.
optionsAutoCompleteRootPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the options' DOM element.
optionAutoCompleteRootPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the option's DOM element.
clearIconAutoCompleteRootPassThroughType<HTMLAttributes<HTMLSpanElement>>Used to pass attributes to the clearIcon's DOM element.
selectionAutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the selection's DOM element.
headerAutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the header's DOM element.
footerAutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the footer's DOM element.
emptyAutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the empty's DOM element.

AutoCompleteValue PT Options#

Defines passthrough(pt) options of AutoCompleteValue component.

labeltypedescription
rootAutoCompleteValuePassThroughType<HTMLAttributes<HTMLInputElement>>Used to pass attributes to the root's DOM element.

AutoCompleteTrigger PT Options#

Defines passthrough(pt) options of AutoCompleteTrigger component.

labeltypedescription
rootAutoCompleteTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.

AutoCompletePortal PT Options#

Defines passthrough(pt) options of AutoCompletePortal component.

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

AutoCompletePositioner PT Options#

Defines passthrough(pt) options of AutoCompletePositioner component.

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

AutoCompletePanel PT Options#

Defines passthrough(pt) options of AutoCompletePanel component.

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

AutoCompleteList PT Options#

Defines passthrough(pt) options of AutoCompleteList component.

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

AutoCompleteOptions PT Options#

Defines passthrough(pt) options of AutoCompleteOptions component.

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

AutoCompleteOption PT Options#

Defines passthrough(pt) options of AutoCompleteOption component.

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

AutoCompleteClearIcon PT Options#

Defines passthrough(pt) options of AutoCompleteClearIcon component.

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

AutoCompleteSelection PT Options#

Defines passthrough(pt) options of AutoCompleteSelection component.

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

AutoCompleteHeader PT Options#

Defines passthrough(pt) options of AutoCompleteHeader component.

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

AutoCompleteFooter PT Options#

Defines passthrough(pt) options of AutoCompleteFooter component.

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

AutoCompleteEmpty PT Options#

Defines passthrough(pt) options of AutoCompleteEmpty component.

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