The HTML element <input type="file" multiple> does not work as expected. After selecting multiple files, the "Open" button does not work.
<input type="file" multiple>
Same issue also can be reproduced on Windows, so this is not a Linux-specific issue.
Is this the right place for reporting issues across all platforms?
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
The HTML element
<input type="file" multiple>does not work as expected. After selecting multiple files, the "Open" button does not work.Steps for reproducing this issue:
<input type="file" multiple>, and click the input element to open the file picker dialog.