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 cannot add newly added operators code to the validation, any ideas how to use it, being clear, (+998 20 234 56 78) here 20 is operators code, others codes...

In Vue2.5.17, when I click on the country, the console displays the following content Core. js? V=2fe6d2f: 1 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'tagName') This...

which version is compatible with vuejs 2?

## Issue This PR addresses issue #390: [Country does not update sometimes when selecting another country]. The issue was related to the active country not updating in the dropdown when...

I am using this library in my Vue 3 project, and I noticed that whenever I try to edit the phone number, the cursor always moves to the last character,...

I'm using Quasar.js version 2.12.0 with SSR mode Here is my code for importing the component ```js import 'vue-tel-input/vue-tel-input.css'; import { ref, onMounted, shallowRef, markRaw } from 'vue'; const isClient...

I've configured the Vue Tel Input library (https://github.com/iamstevendao/vue-tel-input) for international phone numbers, but I'm not getting the international dialing code to display correctly. Framework: ``` Vue 3 ```