diff --git a/client/components/forms/PhoneInput.vue b/client/components/forms/PhoneInput.vue index 3a02392..8088d1b 100644 --- a/client/components/forms/PhoneInput.vue +++ b/client/components/forms/PhoneInput.vue @@ -11,7 +11,7 @@ :data="countries" :disabled="(disabled || countries.length===1)?true:null" :searchable="true" :search-keys="['name']" :option-key="'code'" :color="color" :has-error="hasValidation && form.errors.has(name)" - :placeholder="'Select a country'" :uppercase-labels="true" :theme="theme" @change="onChangeCountryCode" + :placeholder="'Select a country'" :uppercase-labels="true" :theme="theme" @update:model-value="onChangeCountryCode" >