file-selector icon indicating copy to clipboard operation
file-selector copied to clipboard

Convert a DragEvent or file input to a list of File objects

Results 21 file-selector issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Dear, In my project, I usually move email from outlook to the web. It doesn't work when I drag an email from outlook and drop it on...

bug

Bumps [terser](https://github.com/terser/terser) from 5.3.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

The files Objects returned on onDrop used to return the entire file path in the path property. Sinse v8.2.0 not any more. The path property should contain the entire path,...

**Describe the bug** TS2430 on file-selector interface **To Reproduce** **Expected behavior** None **Screenshots** ``` node_modules/file-selector/dist/file.d.ts:3:18 - error TS2430: Interface 'FileWithPath' incorrectly extends interface 'File'. Types of property 'path' are incompatible....

bug

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

**What kind of change does this PR introduce?** - [ ] Bug Fix - [ ] Feature - [ ] Refactoring - [ ] Style - [ ] Build -...

**Describe the bug** In [my project](https://github.com/barbalex/awel-personal) I have updated react-dropzone from v11.5.1 to v12.0.0. Since then the path key of the file returned by react-dropzone is empty: I once had...

bug

Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

**What kind of change does this PR introduce?** - [ ] Bug Fix - [x] Feature - [ ] Refactoring - [ ] Style - [ ] Build - [...

**Is your feature request related to a problem? Please describe.** I'm starting with Denojs and your library is very powerful and simple, but I can't use that directly in Denojs...

enhancement