formatPhone
function formatPhone(parsed, international): string;What the input shows.
In international mode the calling code is part of the text, because the user typed it and deleting it has to be possible. In national mode the country is carried by the select beside the field, so repeating it in the text would be both redundant and editable in two places at once.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
parsed | ParsedPhone |
international | boolean |
Returns
Section titled “Returns”string