Skip to content

Commit 04a4751

Browse files
0xADD1ESamuell1
authored andcommitted
fix(MdFile): infinite focus loop
1 parent 946ea32 commit 04a4751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdField/MdFile/MdFile.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
readonly
88
v-model="model"
99
v-bind="{ disabled, required, placeholder }"
10-
@focus="openPicker"
10+
@click="openPicker"
1111
@blur="onBlur">
1212

1313
<input type="file" ref="inputFile" v-bind="attributes" v-on="$listeners" @change="onChange" />

0 commit comments

Comments
 (0)