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

The thing is that ip2c.org server has very long https response delay, as tested today it was mostly from 2 up to 16 (!) seconds. Without ssl it works perfect,...

Hi I believe that ip2c.org is being used to resolve ip to country, I'm seeing this take up to 20secs to resolve quite alot of the time, is there any...

We noticed recently that the ip2c fetch call is very slow (4-5s) and can even timeout. This leads to the flag widget remaining blank and not working properly. The slow...

When selecting the country **Singapore** and pasting this phone number `006591234567`, the page will crash and we will see a "Page Unresponsive" error. The same error occurs when you start...

When the component is rendered at the end of a container, the opening dropdown is clipped by the container. Is it possible to teleport the dropdown to another compnent to...

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

For me using the code in the docs main.ts ``` const app = createApp(App); import VueTelInput from 'vue-tel-input'; import 'vue-tel-input/dist/vue-tel-input.css'; app.use(VueTelInput) ``` It gives me `[Vue warn]: Component is missing...

When I enable showFlag and showDialCodeInSelection, the country list does not auto scroll according to letters pressed on keyboard. When i remove the dropdownOptions object, it works as expected. but...

Hi I save a number such as: ![Adysis_-_Media_Online_-_Stats_Management](https://user-images.githubusercontent.com/8503167/178612314-a56b161c-ad9a-43a2-b271-8a2573b2b1b2.png) if i refresh the page, or go to another page then back to the page with the number , it has chnaged...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies