Pass Through documentation for InputTags component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of InputTags component.
| label | type | description |
|---|---|---|
| root | InputTagsPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| item | InputTagsPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the item's DOM element. |
| pcInputText | InputTagsPassThroughType<InputHTMLAttributes<HTMLInputElement>> | Used to pass attributes to the input's DOM element. |
| hiddenInput | InputTagsPassThroughType<InputHTMLAttributes<HTMLInputElement>> | Used to pass attributes to the hidden input's DOM element. |
Defines passthrough(pt) options of InputTagsItemcomponent.
| label | type | description |
|---|---|---|
| root | InputTagsItemPassThroughType<HTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of InputTagsInputcomponent.
| label | type | description |
|---|---|---|
| root | InputTagsInputPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the root's DOM element. |
Defines passthrough(pt) options of InputTagsHiddenInputcomponent.
| label | type | description |
|---|---|---|
| root | InputTagsHiddenInputPassThroughType<HTMLAttributes<HTMLInputElement>> | Used to pass attributes to the root's DOM element. |