---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.5
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-currency-input-mask.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-currency-input-mask.md
  - href: en/concepts/divs/2/div-currency-input-mask.md
    type: text/markdown
    title: Markdown version
  - href: ../../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-currency-input-mask
Mask for entering currency in the specified regional format.

## Parameters
| Parameters | Description |
| --- | --- |
| `raw_text_variable` | <p>**string**</p><p>Required parameter.</p><p>Name of the variable to store the unprocessed value.</p><p>Available platforms: Android, iOS, web.</p> |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `currency`.</p><p>Available platforms: Android, iOS, web.</p> |
| `locale` | <p>**string**</p><p>Language tag that the currency format should match, as per [IETF BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag). If the language is not set, it is defined automatically.</p><p>Available platforms: Android, iOS, web.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "currency",
  locale: "string",
  raw_text_variable*: "string"
}
```
</details>
