Skip to content

Commit 911f1b9

Browse files
Update FwbFileInput.vue
Added :accept="accept" in the other file input.
1 parent 694f7a6 commit 911f1b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FwbFileInput/FwbFileInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<input
5050
:multiple="multiple"
5151
type="file"
52+
:accept="accept"
5253
class="hidden"
5354
>
5455
</label>

0 commit comments

Comments
 (0)