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

If I copy/paste a phone number inside the input, the validate event is not triggered. I had to use input event in order to trigger my code.

First, thanks for a great UI library! Since vue-tel-input is a high level UI component it makes use of several other packages: - Telephone Number parsing, validation by libphonenumber-js. -...

enhancement
help wanted

If you enter +49015112345678, this will automatically be replaced in +491511234567. Replacement of 004901511234567 does not work.

Hello, I have two tel input, one for mobile phone and one for fixed phone. However, I have noticed that the placeholder is the same. I was wondering if it...

**What's the problem this PR addresses?** When switching between some countries, a valid number with a prefix gets a zero prepended to it causing the number to become invalid. In...

Hi, I use your Vuetify plugin, is it possible to make props on label attribut of your input text. This will allow us to modify it. Is it possible to...

I am not able to remove the input field of selector because of the styling, i need to use it in vuetify with its input field and vue-tel-input country codes...

I am building a form that can be re-populated with values from the server, and each control needs to be able to take and display the values (values that don't...

Would be great to support SVG flags from https://github.com/behdad/region-flags

question

Pls, add params 'wrapperStyles' and 'inputStyles' some as 'wrapperClasses' and 'inputClasses' for translate dynamical styles to vue-tel-input.

enhancement