Skip to content

Decimal Field

A decimal number input box that allows users to enter appropriate decimal numbers according to the scenario.

Description

ItemContent
CategoryData Type
SortableYes
FilterableYes
Supported Filter TypesEqual, Not Equal, Null, Not Null, Less Than, Greater Than, Less Than or Equal, Greater Than or Equal, Within Range, Not Within Range

Settings

SettingDescription
Allow Empty ValueSet whether the field is required
Placeholder in Form When EmptyIn the field when no information is entered in the text information displayed in the input box
Default ValueCan set the default value of the field
Limit Value RangeWhen enabled, set the value range of the field. Entering values outside the range will result in an error and cannot be saved
PrecisionSet the display precision of the decimal field.
Options:
Show Integer Part Only
Show 1 Decimal Place Only
Show 2 Decimal Places Only
Show 3 Decimal Places Only
Show 4 Decimal Places Only
Show 5 Decimal Places Only,
Show 6 Decimal Places Only
Show 7 Decimal Places Only,
Show 8 Decimal Places Only
Show 9 Decimal Places Only
Show 10 Decimal Places Only
Formatting PrefixCan set the prefix of the field
Formatting SuffixCan set the suffix of the field
Display MethodSet the display style of the integer.
Options: Number, Currency, Progress Bar

Database Storage Format

Field TypeDescription
float8Double-precision floating point number (8 bytes)