Closed louis49 closed 7 months ago
When using guessCountry="true", @country-change="onCountryChange" is runned after country guess
When using guessCountry="true", @country-change="onCountryChange" is not runned after country guess
<v-phone-input v-model="phone" :guessCountry="true" @country-change="onCountryChange" />
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