div-phone-input-mask
Mask for entering phone numbers with dynamic regional format identification.
Parameters
Parameters | Description |
---|---|
raw_text_variable |
string Required parameter. Name of the variable to store the unprocessed value. |
type |
string Required parameter. The value must always be |
JSON
{
type*: "phone",
raw_text_variable*: "string"
}