AutoComplete Pass Through
Pass Through documentation for AutoComplete component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
AutoCompleteRoot PT Options#
Defines passthrough(pt) options of AutoComplete component.
| label | type | description |
|---|---|---|
| root | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| trigger | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the trigger's DOM element. |
| pcInputText | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the pcInputText's DOM element. |
| portal | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the portal's DOM element. |
| positioner | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the positioner's DOM element. |
| panel | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
| pcListbox | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the pcListbox's DOM element. |
| options | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the options' DOM element. |
| option | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the option's DOM element. |
| clearIcon | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the clearIcon's DOM element. |
| selection | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the selection's DOM element. |
| header | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the header's DOM element. |
| footer | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the footer's DOM element. |
| empty | AutoCompleteRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the empty's DOM element. |
AutoCompleteValue PT Options#
Defines passthrough(pt) options of AutoCompleteValue component.
| label | type | description |
|---|---|---|
| root | AutoCompleteValuePassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the root's DOM element. |
AutoCompleteTrigger PT Options#
Defines passthrough(pt) options of AutoCompleteTrigger component.
| label | type | description |
|---|---|---|
| root | AutoCompleteTriggerPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |
AutoCompletePortal PT Options#
Defines passthrough(pt) options of AutoCompletePortal component.
| label | type | description |
|---|---|---|
| root | AutoCompletePortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
AutoCompletePositioner PT Options#
Defines passthrough(pt) options of AutoCompletePositioner component.
| label | type | description |
|---|---|---|
| root | AutoCompletePositionerPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
AutoCompletePanel PT Options#
Defines passthrough(pt) options of AutoCompletePanel component.
| label | type | description |
|---|---|---|
| root | AutoCompletePanelPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
AutoCompleteList PT Options#
Defines passthrough(pt) options of AutoCompleteList component.
| label | type | description |
|---|---|---|
| root | AutoCompleteListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
AutoCompleteOptions PT Options#
Defines passthrough(pt) options of AutoCompleteOptions component.
| label | type | description |
|---|---|---|
| root | AutoCompleteOptionsPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the root's DOM element. |
AutoCompleteOption PT Options#
Defines passthrough(pt) options of AutoCompleteOption component.
| label | type | description |
|---|---|---|
| root | AutoCompleteOptionPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the root's DOM element. |
AutoCompleteClearIcon PT Options#
Defines passthrough(pt) options of AutoCompleteClearIcon component.
| label | type | description |
|---|---|---|
| root | AutoCompleteClearIconPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
AutoCompleteSelection PT Options#
Defines passthrough(pt) options of AutoCompleteSelection component.
| label | type | description |
|---|---|---|
| root | AutoCompleteSelectionPassThroughType<HTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
AutoCompleteHeader PT Options#
Defines passthrough(pt) options of AutoCompleteHeader component.
| label | type | description |
|---|---|---|
| root | AutoCompleteHeaderPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
AutoCompleteFooter PT Options#
Defines passthrough(pt) options of AutoCompleteFooter component.
| label | type | description |
|---|---|---|
| root | AutoCompleteFooterPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
AutoCompleteEmpty PT Options#
Defines passthrough(pt) options of AutoCompleteEmpty component.
| label | type | description |
|---|---|---|
| root | AutoCompleteEmptyPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |