vue-tel-input icon indicating copy to clipboard operation
vue-tel-input copied to clipboard

placeholder should reflect mobile or not mobile phone number

Open Yummy123123 opened this issue 4 years ago • 0 comments

Hello,

I have two tel input, one for mobile phone and one for fixed phone. However, I have noticed that the placeholder is the same. I was wondering if it will be possible to have a smarter dynamicPlaceholder properties that reflect if the input is for mobile or for fixed phone.

For instance, in France, fixed phone number can be in the form of +33 (1|2|3|4) XX XX XX XX But mobile phone number is always in the form +33 (6|7) XX XX XX XX

I cannot use the placeholder properties otherwise I will loose the correct placeholder for other countries (since both dynamicPlaceholder and placeholder are incompatible)

Thanks

Yummy123123 avatar Mar 23 '20 13:03 Yummy123123