vue-tel-input-vuetify icon indicating copy to clipboard operation
vue-tel-input-vuetify copied to clipboard

Extension overwrite onlyCountries props

Open yaki4 opened this issue 3 years ago • 0 comments

If you pass onlyCountries props but puts a differents extension the component'll get the country depending on the extension instead of emitting an error.

Exemple: vue-tel-input-vuetify(:onlyCountries='["CA"]') => will show the component with canadian flag But it the user write +1 by default the american flag is shown. Or if i write +336 i've got the french flag. And i can't change the country. Also the component can return that the entered number is valid despite that number isn't from country selected.

yaki4 avatar Sep 13 '21 18:09 yaki4