neutral-face-emoji-tools
neutral-face-emoji-tools copied to clipboard
can only select one file at a time in file dialog
Hard to upload 1000+ emoji when I have to drag them individually.
I'm using Chrome on Linux (with a MATE desktop). Sometimes file dialogs allow multiple selection using Shift-click and Ctrl-click, but this one doesn't. Am I doing something wrong? Would I be able to select multiple files if I used another browser or OS?
I'm having the same issue, Fedora 36 on Gnome (Xorg). I can only select one file at a time.
You're not wrong. This is because <input type="file">
tag has no multiple
attribute. Without it, we can default select only one file in the file selector dialog. The multiple
allows us to select multiple files. I'll send a PR to fix this issue.
This issue still exists. I fixed it here though: https://github.com/Fauntleroy/neutral-face-emoji-tools/pull/40 please accept the PR