Skip to content

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.

JSON Schema

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
}

Core Properties

This component uses the core properties defined within the Common Parameters section.

Clone this wiki locally