Skip to content

Commit

Permalink
fix(MdFile): infinite focus loop
Browse files Browse the repository at this point in the history
  • Loading branch information
0xADD1E authored and Samuell1 committed Jun 7, 2018
1 parent 946ea32 commit 04a4751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdField/MdFile/MdFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
readonly
v-model="model"
v-bind="{ disabled, required, placeholder }"
@focus="openPicker"
@click="openPicker"
@blur="onBlur">

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

0 comments on commit 04a4751

Please sign in to comment.