0
You can hide both the leading 0
and the dial code (+91
) by disabling the auto formatting. The trade off is this disables all formatting for the number.
<vue-tel-input :autoFormat="false" ... />
Source:stackexchange.com
0
You can hide both the leading 0
and the dial code (+91
) by disabling the auto formatting. The trade off is this disables all formatting for the number.
<vue-tel-input :autoFormat="false" ... />