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

1. Could we enable the search icon and allow users to customise the search placeholder rather than being restricted to the initial country name? Here is the code for reference:...

How can I get dark mode as in demo page. Should I override classes one by one by using "!important"?

Hi @iamstevendao I was trying to add some custom Tailwind classes for the input and dropdown menu, and t's hard to do customization, It seems that it is not supported...

I managed to lazy load with Vite, but not sure if this is the "proper way" to handle this. ``` //... components: { VueTelInput: defineAsyncComponent(async () => { await import("../../../../node_modules/vue-tel-input/dist/vue-tel-input.css");...

I am trying to use the library in a new project and I am facing the following problem: ![image](https://user-images.githubusercontent.com/15183921/215126495-b6bb3e13-2eae-44eb-9aa8-ae8abeb74cbb.png) main.js ![image](https://user-images.githubusercontent.com/15183921/215126608-df650f8c-ca11-4020-befa-5b6ef425ec35.png) component ![image](https://user-images.githubusercontent.com/15183921/215126802-b1764151-2c1f-4bce-acdc-ce9c2592ad6b.png)

If i try to search a country on a android devices(galaxy tab etc.), a country-list is not filtering according to searchbox value, it just show me a suggested words, till...

i override allCountries array with: `const allCountries = [ ['Russia (Россия)', 'ru', '8'], ['Kazakhstan (Казахстан)', 'kz', '999999999'] ]` expecting Kazakhstan`s callingCode will change to dialCode that i passed _('999999999')_ but...

why have you removed dropdownOptions.showSearchBox and dropdownOptions.width for Vue 3?

using: ` "libphonenumber-js": "^1.10.24",` ` "vue-tel-input": "^5.12.0",` When I enter this Irish number `+3538505662500` into the demo for https://www.npmjs.com/package/libphonenumber-js I get it saying it is possible but not valid ![screenshot-catamphetamine...