Skip to content

Commit 27c4e17

Browse files
committed
Fix type of autofocus prop #136
1 parent 824c4c7 commit 27c4e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-tel-input.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export default {
184184
default: () => getDefault('autocomplete'),
185185
},
186186
autofocus: {
187-
type: String,
187+
type: Boolean,
188188
default: () => getDefault('autofocus'),
189189
},
190190
name: {

0 commit comments

Comments
 (0)