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.

labeltypedescription
rootInputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
itemInputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the item's DOM element.
pcInputTextInputTagsRootPassThroughType<InputHTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.
hiddenInputInputTagsRootPassThroughType<InputHTMLAttributes<HTMLInputElement>>Used to pass attributes to the hidden input's DOM element.
listInputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the list's DOM element.
pcListboxInputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the pcListbox's DOM element.
panelInputTagsRootPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the panel's DOM element.
optionsInputTagsRootPassThroughType<HTMLAttributes<HTMLUListElement>>Used to pass attributes to the options' DOM element.
optionInputTagsRootPassThroughType<HTMLAttributes<HTMLLIElement>>Used to pass attributes to the option's DOM element.

InputTagsInput PT Options#

Defines passthrough(pt) options of InputTagsInput component.

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

InputTagsItem PT Options#

Defines passthrough(pt) options of InputTagsItem component.

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

InputTagsPortal PT Options#

Defines passthrough(pt) options of InputTagsPortal component.

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

InputTagsList PT Options#

Defines passthrough(pt) options of InputTagsList component.

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

InputTagsOptions PT Options#

Defines passthrough(pt) options of InputTagsOptions component.

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

InputTagsOption PT Options#

Defines passthrough(pt) options of InputTagsOption component.

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