Files
divkit/schema/div-input-mask.json
4eb0da f6b96a7002 Phone input mask
commit_hash:01b5a80044c0a3153cb0237646a5ab2e8429aab3
2025-03-07 12:56:01 +03:00

32 lines
634 B
JSON

{
"anyOf": [
{
"$ref": "div-fixed-length-input-mask.json",
"$description": "translations.json#/div_input_mask_fixed_length",
"platforms": [
"android",
"ios",
"web"
]
},
{
"$ref": "div-currency-input-mask.json",
"$description": "translations.json#/div_input_mask_currency",
"platforms": [
"android",
"ios",
"web"
]
},
{
"$ref": "div-phone-input-mask.json",
"$description": "translations.json#/div_input_mask_phone",
"platforms": [
"android",
"ios",
"web"
]
}
]
}