Number
Configures a number input field
Last updated
Was this helpful?
Configures a number input field
Expects only numbers to be input. This field does allow decimal numbers to be input, up to any number of decimal places.
Performs validation to ensure only numbers are valid input. Honors the "maxLength" setting.
-
No
No
{
"fields" : [
{
"fieldName": "Input Number",
"label": "input_number",
"required": false,
"maxLength": 10000,
"editable": true,
"dataType": "Number",
"allowMultiple": false,
"listOfValues": []
},
...
]
} Last updated
Was this helpful?
Was this helpful?

