Closed yqgit closed 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']" />
<VPhoneInput v-model="phoneNumber" country="FR" :prefer-countries="['FR', 'BE', 'IT', 'ES', 'DE', 'LU']" />
Confirmed. I'm working on a fix which will be released soon!
Thank you for the issue @yqgit. Fix released in v4.0.1 :tada:
v4.0.1
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']" />