Add accept="*/*" to file input
This commit is contained in:
@@ -44,6 +44,7 @@
|
|||||||
<input id="fileInput"
|
<input id="fileInput"
|
||||||
type="file"
|
type="file"
|
||||||
multiple
|
multiple
|
||||||
|
accept="*/*"
|
||||||
class="absolute inset-0 opacity-0 cursor-pointer" />
|
class="absolute inset-0 opacity-0 cursor-pointer" />
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
<input id="fileInput"
|
<input id="fileInput"
|
||||||
type="file"
|
type="file"
|
||||||
multiple
|
multiple
|
||||||
|
accept="*/*"
|
||||||
class="absolute inset-0 opacity-0 cursor-pointer" />
|
class="absolute inset-0 opacity-0 cursor-pointer" />
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user