Skip to content

Commit

Permalink
fix(core): disable country selector
Browse files Browse the repository at this point in the history
  • Loading branch information
yogataiger committed Jun 10, 2020
1 parent 8884749 commit ad4d78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/vue-tel-input-vuetify.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
:rounded="rounded"
:value="value"
:label="label"
:placeholder="placeholder"
:disabled="disabled"
:placeholder="placeholder"
v-model="phone"
:autofocus="autofocus"
:name="name"
Expand Down

0 comments on commit ad4d78f

Please sign in to comment.