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

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.1 to 1.15.1. Commits 62a551c Release version 1.15.1 of the npm package. 7fe0779 Use for ... of. 948c30c Fix redirecting to relative URL when using proxy 22e81fc...

dependencies

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @​Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...

dependencies

Hello, I would like to know if it is possible to configure a language in which the country names will be displayed. In my use case, I would like all...

I just updated to 6.0.1 and get this error below, the file doesnt exist, any ideas? ERROR in ./node_modules/vue-tel-input/dist/vue-tel-input.umd.min.js Module build failed: Error: ENOENT: no such file or directory, open...

I don't know how to contribute to @types/vue-tel-input But this may help someone. ```ts export interface VueTelInputPhoneObject { country: { name: string; iso2: string; dialCode: string; }; countryCallingCode: string; countryCode:...

I ran into a bug where my form validator (VeeValidate) picked up an input event just by mounting a form, which I thought was strange. I then discovered that the...

Hi, first of all, thanks for your work in this component. It's really cool!! Just noticed that our system started generating warning deprecation alerts coming from this component. You can...

Pressing up or down arrow key on the dropdown button (when focused) fires > Error in v-on handler: "TypeError: can't access property "children", this.$refs.list is undefined"

As discussed in issue, change comes from ref being inaccessible right after `this.open` state has changed as change is yet to take affect in event loop

We're using `6.0.0-beta.7` -- when passing the `dropdownOptions` prop, the options don't take effect. We're expecting to see the filter/search bar appear after clicking the flag icon so that users...