paul-thebaud / v-phone-input

International and accessible phone input for Vuetify 3 and Vue 3.
https://paul-thebaud.github.io/v-phone-input/
MIT License
65 stars 6 forks source link

question: guess country and @country-change #32

Closed louis49 closed 7 months ago

louis49 commented 7 months ago

Expected Behavior

When using guessCountry="true", @country-change="onCountryChange" is runned after country guess

Actual Behavior

When using guessCountry="true", @country-change="onCountryChange" is not runned after country guess

Steps to Reproduce the Problem

<v-phone-input v-model="phone" :guessCountry="true" @country-change="onCountryChange" />

Specifications