Percentage
Similar to Number, input field will represent a percent.
Value Precision
is AllowMultiple respected?
Has validation?
-
No
No
Percentage Data Type Definition
{
"fields" : [
{
"fieldName": "Input Percent",
"label": "input_percent",
"required": false,
"maxLength": 10000,
"editable": true,
"dataType": "Percentage",
"allowMultiple": false,
"listOfValues": []
},
...
]
}
Last updated
Was this helpful?