-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Currency Component
Mike edited this page Jun 5, 2025
·
3 revisions
For the updated documentation on the Currency component, refer to the Form.io User Guide.
The JSON Schema definition for this component is defined as follows.
{
"label": "Currency",
"mask": false,
"spellcheck": true,
"tableView": false,
"currency": "USD",
"inputFormat": "plain",
"truncateMultipleSpaces": false,
"key": "currency",
"type": "currency",
"input": true,
"delimiter": true
}
This component uses the core properties defined within the Common Parameters section.