You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: