div-currency-input-mask
Mask for entering currency in the specified regional format.
Parameters
Parameters | Description |
---|---|
raw_text_variable |
string Required parameter. Name of the variable to store the unprocessed value. Available platforms: Android, iOS, web. |
type |
string Required parameter. The value must always be Available platforms: Android, iOS, web. |
locale |
string Language tag that the currency format should match, as per IETF BCP 47. If the language is not set, it is defined automatically. Available platforms: Android, iOS, web. |
JSON
{
type*: "currency",
locale: "string",
raw_text_variable*: "string"
}