Number Fields are the most basic form of number type fields.

Number

  1. The Name for your number field will help define what this value represents.
  2. Descriptions can be a good tool to keep track of further information to describe the field.
  3. Decimal Place values can be configured to show the specified number of digits after the decimal in your fields.
  4. The Thousands Delimiter can be configured to show the specified symbol to separate groups of thousands.
  5. You may define whether the value of this field must be Unique per the records in this table.
  6. Placeholder can be configured to show text in a form field without populating the field with a value. Placeholders are only visible when no text is entered in the field.
  7. The Default Form Value can be configured as well. Unlike Placeholders, this value can be set by default to submit on a form. For the Number field, only digits can be set for this value.

Decimal Places can be configured to show up to 10 digits. 

If None or is selected, only whole digits will appear in your table components. It is important to note that if a decimal value is submitted on a form for a Number field configured this way, rounding will not occur and the digits after the decimal place will not be stored.

However, if one or more Decimal Places is configured, all the digits after the decimal place will be stored but will be rounded to the configured decimal place.

For example, let's say that we have Decimal Places configured to and the following value is entered into a form.

1.15

With the current configuration, the value appears rounded to the nearest decimal place.

2022-01-13_23-03-25.png

If the Number field is updated so that Decimal Places is now 2, the value will no longer rounded.

1.15

The original value submitted on the form will appear on table components.

2022-01-13_23-04-41.png

The Thousands Delimiter determines what symbol separates groups of thousands when viewing the values. This setting does not affect how the values appear in forms. There are currently 4 options as follows:

2022-01-13_23-06-18.png

By default, None is configured. Numbers will appear as-is with this setting.

2022-01-13_23-09-03.png

Pictured below are samples of the non-default configurations in the same order as listed above.

Comma

2022-01-13_23-10-02.png

Period

2022-01-13_23-11-18.png

Space

2022-01-13_23-12-16.png