InputTags Pass Through
Pass Through documentation for InputTags component
Viewer#
Some sections may not be visible due to the availability of the particular feature.
Loading...
InputTagsRoot PT Options#
Defines passthrough(pt) options of InputTags component.
| label | type | description |
|---|---|---|
| root | InputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| item | InputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the item's DOM element. |
| pcInputText | InputTagsRootPassThroughType<InputHTMLAttributes<HTMLInputElement>> | Used to pass attributes to the input's DOM element. |
| hiddenInput | InputTagsRootPassThroughType<InputHTMLAttributes<HTMLInputElement>> | Used to pass attributes to the hidden input's DOM element. |
| list | InputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the list's DOM element. |
| pcListbox | InputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the pcListbox's DOM element. |
| panel | InputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
| options | InputTagsRootPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the options' DOM element. |
| option | InputTagsRootPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the option's DOM element. |
InputTagsInput PT Options#
Defines passthrough(pt) options of InputTagsInput component.
| label | type | description |
|---|---|---|
| root | InputTagsInputPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the root's DOM element. |
InputTagsItem PT Options#
Defines passthrough(pt) options of InputTagsItem component.
| label | type | description |
|---|---|---|
| root | InputTagsItemPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
InputTagsPortal PT Options#
Defines passthrough(pt) options of InputTagsPortal component.
| label | type | description |
|---|---|---|
| root | InputTagsPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| panel | InputTagsPortalPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the panel's DOM element. |
InputTagsList PT Options#
Defines passthrough(pt) options of InputTagsList component.
| label | type | description |
|---|---|---|
| root | InputTagsListPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
InputTagsOptions PT Options#
Defines passthrough(pt) options of InputTagsOptions component.
| label | type | description |
|---|---|---|
| root | InputTagsOptionsPassThroughType<HTMLAttributes<HTMLUListElement>> | Used to pass attributes to the root's DOM element. |
InputTagsOption PT Options#
Defines passthrough(pt) options of InputTagsOption component.
| label | type | description |
|---|---|---|
| root | InputTagsOptionPassThroughType<HTMLAttributes<HTMLLIElement>> | Used to pass attributes to the root's DOM element. |