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

bug: preferCountries doesn't seem to work #17

Closed yqgit closed 10 months ago

yqgit commented 10 months ago

When I add a preferCountries array as mentioned in the documentation, it doesn't seem to do anything <VPhoneInput v-model="phoneNumber" country="FR" :prefer-countries="['FR', 'BE', 'IT', 'ES', 'DE', 'LU']" />

paul-thebaud commented 10 months ago

Confirmed. I'm working on a fix which will be released soon!

paul-thebaud commented 10 months ago

Thank you for the issue @yqgit. Fix released in v4.0.1 :tada: