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.

Available platforms: Android, iOS, web.

type

string

Required parameter.

The value must always be phone.

Available platforms: Android, iOS, web.

JSON
{
  type*: "phone",
  raw_text_variable*: "string"
}