diff --git a/resources/js/components/forms/PhoneInput.vue b/resources/js/components/forms/PhoneInput.vue index 4e85a65..d983341 100644 --- a/resources/js/components/forms/PhoneInput.vue +++ b/resources/js/components/forms/PhoneInput.vue @@ -2,51 +2,54 @@
- +
- + :placeholder="'Select a country'" :uppercase-labels="true" :theme="theme" @input="onChangeCountryCode" + > + :placeholder="placeholder" :style="inputStyle" @input="onInput" + >
- +
- +