1. Home
  2. /
  3. Docs
  4. /
  5. Widget Library
  6. /
  7. Form Controls
  8. /
  9. Decimal Number

Decimal Number

The Decimal Number widget represents Dataverse “Decimal” and “Float” column types.

PropertyDescription
Minimum ValueThe minimum value allowed for the decimal number input.  Defaults to the Minimum value on the Dataverse column definition.
Maximum ValueThe maximum value allowed for the decimal number input.  Defaults to the Maximum value on the Dataverse column definition.
PrecisionThe number of decimal places allowed for the decimal number input.

The maximum precision for the Decimal widget while representing a Decimal column is 10.

The maximum precision for the Decimal widget while representing a Float column is 5.

Examples