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

Steps to simulate: - Start a new Nuxt.js project; - Install `vue-tel-input` package, version 4.3.0; - In `plugins`, configure the following: import Vue from 'vue'; import VueTelInput from 'vue-tel-input'; Vue.component('vue-tel-input',...

Having to click on the country code field to close the flags dropdown is a bit of a limitation. Many people will try to close it by clicking at different...

Hello, When I select a country and write the rest of another country code, the country changes automatically. ![vue-tel-input-country-bug](https://user-images.githubusercontent.com/4292138/134367416-ca93fbd6-3c19-4b7a-b9ae-8988290a9d89.gif) In this example I choose the canada (+1) and write 721...

With the example of: [https://iamstevendao.github.io/vue-tel-input/](url) If we select American Samoa for example (it happens with all countries with 4 dial code digits). We write 222-2222 and the formatted change to...

Hi! I found an error in my project. If you set the variable to null after loading your component, you get the error "A text for parsing must be a...

Using version 5.5 with Vue v2.6.14 If autoDefaultCountry is active (default) the country of a given phone number gets overwritten. Looks like a race condition where the value gets set...

Hey, Phone number formats changed in ivory coast last january : https://en.wikipedia.org/wiki/Telephone_numbers_in_Ivory_Coast Any plan to update this ? Thanks a lot, ++

Hi! Is it possible to show countries filtering text input? I didn't find property for show this. Please, explain me, how can I do it?

Hi, I want to know if there is an option to request mobile number bu default, I know I can set a custom validation, but Is there an already done...

I'm having trouble with updating the country code & country flag on the UI which is received from the backend on page reload.