Skip to content

Commit

Permalink
#232 fixed file_upload field for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Aug 24, 2019
1 parent b573605 commit 95149bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-src/js/components/file_upload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
type="file"
:required="config.required"
class="validate"
@input="updateValue"
@change="updateValue"
@blur="focused = false"
@focus="focused = true"
ref="fileField"/>
Expand Down

0 comments on commit 95149bf

Please sign in to comment.