Pass Through documentation for InputNumber component
Some sections may not be visible due to the availability of the particular feature.
Defines passthrough(pt) options of InputNumber component.
| label | type | description |
|---|---|---|
| root | InputNumberPassThroughType<InputHTMLAttributes<HTMLSpanElement>> | Used to pass attributes to the root's DOM element. |
| input | InputNumberPassThroughType<InputHTMLAttributes<HTMLInputElement>> | Used to pass attributes to the input's DOM element. |