"Number" type field
"Number" type field is a field type to enter integers or fractions. Learn more: Fields, Set up a Number field (user documentation)
string id
The unique ID. Service field.
FormControl control
The control.
string label
The numeric field title.
string value
The numeric field value.
boolean disabled
Whether to lock the numeric field from editing.
number min
The minimum allowed numeric field value.
number max
The maximum allowed numeric field value.
number decimalPrecision
The number of decimal places.
boolean readonly
Whether to lock the numeric field from editing. By default, "false."
string autocomplete
Permit the browser to populate the numeric field automatically. By default, "off."
number rowModeSizePx
The numeric field width. By default, "320."
string labelPosition
Specify where to display the numeric field title. By default, "auto."
Available values
auto | Move the numeric field title automatically when the available screen space for the field changes. By default, to the left. When shrunk, above. |
left | Display the title to the left of the numeric field. |
right | Display the title to the right of the numeric field. |
hidden | Hide the numeric field title. |
above | Display the title above the numeric field. |
See also
Overview of Freedom UI Designer and its elements (user documentation)
Set up a Number field (user documentation)