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.
Props
Name | Type | Default | Description |
|---|---|---|---|
onChange* | func | The change event handler. | |
description | string | Additional description information display beneath the input. | |
label | string | The label text. | |
max | number | ||
min | number | ||
value | string, number |
Examples
Default
Description
Disabled
Not yet implemented.