LouisMazel / vue-phone-number-input

A phone number input made with Vue JS (format & valid phone number)

Home Page:https://louismazel.github.io/vue-phone-number-input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change the example format?

waziaq opened this issue · comments

In Props API have to disable the example text. But how to change the example base on the region? have this function or not?

" Example: 012-345 6789 " want to change to " Example: 12-345 6789 "

commented

Hi @waziaq,

No sorry, you can't do that. The example is provided by the library libphonenumber-js.

You can only disable it.