NumberField
Example
Props
| Name | Type | Default Value | Required | Description | 
|---|---|---|---|---|
name | string | No | ||
value | number | Yes | ||
onChange | (value: number) => unknown | Yes | ||
onBlur | () => unknown | No | ||
label | string | Yes | ||
issues | NonEmptyArray<Children> | No | ||
disabled | boolean | No | ||
assistiveText | Children | No | ||
autoFocus | boolean | No | ||
hint | string | No | ||
hintPlacement |  | No | ||
placeholder | string | No | ||
isReadOnly | boolean | No | ||
rightAccessory | Children | No | ||
kind |  | No | ||
currency | string | Yes | 
