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

International Telephone Input with Vue

Results 161 vue-tel-input issues
Sort by recently updated
recently updated
newest added

I found a bug when testing on the component. The phoneObject data broke when phone number reaches 18 characters. I know it is already invalid, but the phoneObject should not...

Here is a first attempt to replace dropdown by a `` with flag emojis. ![Peek 14-11-2021 09-19](https://user-images.githubusercontent.com/1681443/141673333-f15f4295-7e22-4017-906a-d7f973eea47c.gif) This approach is much lighter and is more usable on mobile devices. This...

Got this error when importing component directly from package like this-> import VueTelInput from 'vue-tel-input'; Solved this error by using this syntax-> import {VueTelInput} from 'vue-tel-input';

![image](https://user-images.githubusercontent.com/75643791/145311920-f56a7bfc-f2cf-41b6-9ba8-bcf7fb3db353.png) Vue3 - Version. ``` setup() { const phoneInput = ref('+41 333 84 88) // Dont try to call this number ;) const phoneIso = ref('CH') // Shows correct Flag...

Hi, I came across an issue with the validation in the vue 3 version. The mobile number is not being validated when typing - I am able to enter letters...

This issue is to report a possible bug in the library, when Germany is selected in the country picker, some wrong numbers like "1234" or "1111" are classified as valid...

![image](https://user-images.githubusercontent.com/58467831/138249251-5d237ce0-6356-4529-868e-3743eca269cd.png) emits should be defined in "emits" prop on vue3 component