Pass Through documentation for InputGroup component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of InputGroup component.
| label | type | description |
|---|---|---|
| root | InputGroupPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the root's DOM element. |
| addon | InputGroupPassThroughType<InputHTMLAttributes<HTMLDivElement>> | Used to pass attributes to the addon's DOM element. |
Defines passthrough(pt) options of InputGroupAddon component.
| label | type | description |
|---|---|---|
| root | InputGroupAddonPassThroughType<HTMLAttributes<HTMLButtonElement>> | Used to pass attributes to the root's DOM element. |