NumericChangeEvent
Props
The following table outlines the props for the NumericChangeEvent:
| Name | Type | Default | Description |
|---|---|---|---|
| event | React.ChangeEvent<HTMLInputElement> | - | Specifies the initial event object received from the input element. |
| value | number | null | - | Specifies the current value of the NumericTextBox. |