Questions tagged [vue-tel-input]
10 questions
4
votes
1 answer
How to use vue-tel-input-vuetify in Nuxt?
I have been trying to use vue-tel-input-vuetify in Nuxt and I have been having the issue as it is in the image below, I have also tried all the solutions in this link Github but I get the same error.
After installation, I created a plugin file…

Damilare Koiki
- 341
- 3
- 11
3
votes
0 answers
How to apply custom validation in vue-tel-input
As the title says, what is the process to applying a customValidate regex in vue-tel-input? You can see customValidate as the last item in the list of props. I have a standard setup like in this code sandbox. However, when I add a regex for the…

atw
- 5,428
- 10
- 39
- 63
1
vote
1 answer
how can I update to specific version of child dependency on a module
npm version: 7.24.2
someone know update a child dependency, I have the dependency:
vue-tel-input
and this dependency has the dependency libphonenumber-js with version: ^1.9.6
I want to update this libphonenumber-js to ^1.10.12
I already tried…

Fauricio Valencia
- 346
- 4
- 14
1
vote
1 answer
How do I dynamically reflect the country code & flag on UI in vue-tel-input
I'm receiving the country code from the back-end and want to show the same in the vue-tel-input form.
I'm using the below code, but its not working as expected.

kashaudhan
- 11
- 2
1
vote
2 answers
Why does my vue-tel-input country code dropdown not format properly in my vuejs app?
I installed the vue-tel-input library https://vuejsexamples.com/international-telephone-input-with-vue/ in my vuejs project. Why does my input field look like this with no country flags and no country code?
This may be related to an error I saw…

GNG
- 1,341
- 2
- 23
- 50
1
vote
1 answer
Binding saved phone number to vue tel input for the purpose of editing
I am using vue-tel-input for entering a phone number.
Phone number entry
Method to check it is valid:
telValidate(telnumber) {
this.validatedphonenumber =…

RGriffiths
- 5,722
- 18
- 72
- 120
1
vote
2 answers
How to deduce Country Code from Dial code?
I have a custom form made with Vue there is a field for a mobile number where I am using Vue Int Tel input package for country code dropdown with flags.
I got a country Dial code value for the selected input from the country code dropdown. I want to…

Suraj Sanwal
- 728
- 1
- 6
- 14
0
votes
1 answer
Issue while making "vue-tel-input" component reusable with Vue 3, Vite, Composition API, and TS
I am using an NPM package, vue-tel-input. I created a separate component for that, like-
components/NPMPackages/VueTelInput/Index.vue