https://nosir.github.io/cleave.js/
Formatting features: limited but good enough for now
-
Credit card number
-
Phone number
-
Date
-
Numeral
-
Custom: blocks, delimiters, prefix
Status
Release Available |
Status |
Framework Name |
---|---|---|
V3 |
Current |
TBC |
Example 211. Code JSON
{ "fieldName": "Total_Income__c", "fieldUi": { "fieldType": "currency", "label": "Total Income", "format": { "options": { "numeral": true, "numeralThousandsGroupStyle": "thousand", "numeralDecimalScale": 2 }, "prefix": "$" } } }