Range value is editable and supports format, prefix, and suffix
Status
Release Available | Status | Framework Name |
---|---|---|
2.8.1 | Current | TBC |
General
The range value is editable and supports format, prefix, and suffix
Code JSON
Copy
{ "fieldName": "loanAmount",
"fieldUi": {
"fieldType": "range",
"label": "Loan Amount",
"rangeOptions": {
"dataType": "currency",
"min": 1000, "max": 10000, "step": 10,
"editableRangeValue": true
},
"settingsOptions": { "minimumFractionDigits": 0 },
"format": {
"options": { "numeral": true, "numeralThousandsGroupStyle": "thousand", "numeralDecimalScale": 0 },
"prefix": "$" } } }