I am using a file input like this:
<b-form-file id="idDirectoryDrop" directory multiple v-model="droppedDirectory" browse-text="Select directory" placeholder="Drag & Drop a directory here" :file-name-formatter="formatNames" ></b-form-file>
Selecting a directory via Browse works as expected, but if you drop a directory with 100+ files inside, it will only give you 100 files in the v-model as an array.
Expected behaviorSame as when browsing for a directory, when dropped, the array should contain all files
VersionsLibraries:
Environment:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4