InputGroup Pass Through

Pass Through documentation for InputGroup component

Viewer#

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

$
.00

InputGroup PT Options#

Defines passthrough(pt) options of InputGroup component.

labeltypedescription
rootInputGroupPassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the root's DOM element.
addonInputGroupPassThroughType<InputHTMLAttributes<HTMLDivElement>>Used to pass attributes to the addon's DOM element.

InputGroupAddon PT Options#

Defines passthrough(pt) options of InputGroupAddon component.

labeltypedescription
rootInputGroupAddonPassThroughType<HTMLAttributes<HTMLButtonElement>>Used to pass attributes to the root's DOM element.