DecimalWidget

Source
import { DecimalWidget } from "@prestojs/ui-antd";
DecimalWidget(props)
Source

Component Props:

PropTypeDescription
*
props
An object with the properties below
*props.inputInputProps
props.refReact.RefObject
...any
Any properties from InputNumber except for these:
  • onChange
  • value

Examples

Basic Usage