NumberInput
A counter-like input component for numbers.
It lacks many of the features of normal inputs and has no invalid state or error message.
API Reference
Prop | Type | Default | Description |
|---|---|---|---|
onChange | (event: { target: { value: number } }) => void | ||
data-test | string | ||
description | string | ||
label | string | ||
max | number | ||
min | number | ||
value | string | number |
Examples
Default
Description
Disabled
Not yet implemented.