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

Have added `defaultCountryByDialCode` prop, very similar to `defaultCountry` but uses `dialCode` instead of `iso2` for country map. ``

Hi, thank you for providing and supporting this great component! ### Description I've noticed that the `input`-Event is not getting fired when you Copy&Paste a number that contains one or...

I am currently leveraging the `@input` event to get the e164 number into another data point. However I can't seem to get this e164 number without typing in the input...

Move your `document...` on mounted method or use `@click`

If I choose a country code of 250, a 0 will be automatically added when I enter a phone number beginning with 78.The version Number I used is @4.2.0 thanks

`{ mode: "international", disabledFormatting: true, required: false, enabledCountryCode: false, enabledFlags: true, dropdownOptions: { disabledDialCode: false }, inputOptions: { showDialCode: true } }` With this settings will be really cool to...

Hello, I added https://github.com/EducationLink/vue-tel-input to my bootstrap-vue project and looking at customValidate property I want to make validation to phone number like “(123) 456-7890”. I suppose that customValidate is javascript...

## Current behavior When switching countries, at vue-tel-input.vue#411, the code incorrectly uses the .national version of the phone number rather than the .significant version. There is no sensible scenario, when...

Hello, I don't know why but the following valid number for france is tagged as not valid: 07 20 20 20 20

If you restrict the national code to a specific country like Thailand ( +66 ), there will be only one option ( +66 ) in the dropdown menu. but if...