Skip to content

Commit

Permalink
Bugfix yogiben#85 Firefox - no file selection dialogue is triggered
Browse files Browse the repository at this point in the history
  • Loading branch information
isbjorn committed Feb 9, 2016
1 parent 8f3152b commit 9a6c612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/client/autoform-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
</template>

<template name="afFileSelectFileBtnTemplate">
<button type="button" class="btn btn-default af-select-file js-af-select-file">
<span class="btn btn-default af-select-file js-af-select-file">
{{label}}
<input type="file" class="js-file" accept="{{accept}}">
</button>
</span>
</template>

<template name="afFileUploadProgress">
Expand Down

0 comments on commit 9a6c612

Please sign in to comment.