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

Vue version: `"vue": "^2.5.17"` ```javascript ``` ```javascript import { VueTelInput } from 'vue-tel-input'; export default { components: { VueTelInput, }, }; ``` Vue devtools does show me the component is...

I added a [PR](https://github.com/iamstevendao/vue-tel-input/pull/368) that solve a [issue](https://github.com/iamstevendao/vue-tel-input/issues/367) but every time I do `npm i` don't let get the last changes. I think is missing to create a new version...

Hi, I'm starting to use this library but I need to use a different metadata set from [libphonenumber-js](https://www.npmjs.com/package/libphonenumber-js) to have stricter validation rules. At the moment Vue Tel Input imports...

Hi guys, How I can to change the placeholder for dropdown search box ? ![2024-03-03 12 45 22](https://github.com/iamstevendao/vue-tel-input/assets/21370082/d3e56e76-e0ac-4ec5-ac84-9906f6981f61) Thanks

Hey, I stumbled upon one issue during migration to Vue3 version of the component. Component is mounted accordingly to the docs. But typed phone number doesn't show up in the...

Types `@types/vue-tel-input` are still depends on `"vue": "^2.0.0"`. Reference https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/vue-tel-input/package.json

1. enable search icon slot & search placeholder in dropdownOptions when showSearchBox is true 2. add "possible" in phoneObject, so user will also know if this number might be a...

This pull request proposes to include the actual event objects when emitting `blur`, `focus`, `enter` and `space`. This gives developers more control over side effects that may be triggered by...

Unable to set the country, it is set only once based on location but cannot be changed dynamically based on the current data record that is being edited. I've handled...

vue-tel-input 6.0.5 vue 3.2.45 dropdownOptions : - showDialCodeInList: true - showDialCodeInSelection: true - showFlags: true - showSearchBox: true preferredCountries: ['FR', 'IT', 'DE', 'ES', 'GB', 'US', 'CA'] When I change the...