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

Hi there, I have one issue with phone numbers which are longer for example Serbian numbers if we have number like `+381642000901` plugin said that number `+38164200090` is valid and...

Hello! I seem to have a bug when I use the option "showSearchBox" in combination with keyboard navigation. The false item in the list will get the `highlighted` class -...

If I have a list of preferred countries and I try to do a search I have the preferred countries duplicated. One is in the preferred list The other is...

Is there a language support? or maybe in the future?

Hello. I'm having problems with styling the dropdown list, where the countries are located. In the original implementation of intl-tel-input, there is a parent container for dropdown list, which is...

Remove dead/useless comments from vue-tel-input.vue

Demo: https://stackblitz.com/edit/vitejs-vite-o3gpsv?file=src%2FApp.vue The console logs, "Uncaught (in promise) Maximum recursive updates exceeded in component . This means you have a reactive effect that is mutating its own dependencies and thus...

We're trying to use the component in another package as part of a monorepo. When we import the new (wrapper) component, we get this error:`TypeError: Cannot read properties of null...

Fix foe issue #460 In this fix, I have replaced the usage of v-if with v-show in instances where DOM elements are immediately targeted. Through this adjustment, we ensure smoother...

I'm using v9.0.0. When the prop `:autoFormat="true"` (which it is by default), then the following exception is thrown when the auto-format triggers (trigger in this case means: when entering "+491234"...