InputTags Pass Through

Pass Through documentation for InputTags component

Viewer#

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

InputTags PT Options#

Defines passthrough(pt) options of InputTags component.

labeltypedescription
rootInputTagsPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
itemInputTagsPassThroughType<HTMLAttributes<HTMLDivElement>>Used to pass attributes to the item's DOM element.
pcInputTextInputTagsPassThroughType<InputHTMLAttributes<HTMLInputElement>>Used to pass attributes to the input's DOM element.
hiddenInputInputTagsPassThroughType<InputHTMLAttributes<HTMLInputElement>>Used to pass attributes to the hidden input's DOM element.

InputTagsItem PT Options#

Defines passthrough(pt) options of InputTagsItemcomponent.

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

InputTagsInput PT Options#

Defines passthrough(pt) options of InputTagsInputcomponent.

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

InputTagsHiddenInput PT Options#

Defines passthrough(pt) options of InputTagsHiddenInputcomponent.

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